levels starting

This commit is contained in:
Peter Cottle 2013-01-05 22:07:50 -08:00
parent 27498419c9
commit 903b537fda
10 changed files with 270 additions and 29 deletions

View file

@ -348,7 +348,7 @@ var LevelToolbar = BaseView.extend({
initialize: function(options) {
options = options || {};
this.JSON = {
levelName: options.levelName || 'Some level! (unknown name)'
name: options.name || 'Some level! (unknown name)'
};
this.beforeDestination = $($('#commandLineHistory div.toolbar')[0]);