summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/javascripts/rectangles/models/wall.js4
-rw-r--r--public/assets/javascripts/ui/editor/LightControl.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/javascripts/rectangles/models/wall.js b/public/assets/javascripts/rectangles/models/wall.js
index 469a19f..1a3ef7c 100644
--- a/public/assets/javascripts/rectangles/models/wall.js
+++ b/public/assets/javascripts/rectangles/models/wall.js
@@ -72,7 +72,7 @@
})
// TODO: watch individual scenery object here
- Minotaur.watch( app.router.editorView.settings
+ Minotaur.watch( app.router.editorView.settings )
}
else if (Scenery.nextWallpaper) {
var oldState = base.serialize()
@@ -86,7 +86,7 @@
})
// TODO: watch individual scenery object here
- Minotaur.watch( app.router.editorView.settings
+ Minotaur.watch( app.router.editorView.settings )
}
else {
app.controller.hideExtras()
diff --git a/public/assets/javascripts/ui/editor/LightControl.js b/public/assets/javascripts/ui/editor/LightControl.js
index bd622fe..d975180 100644
--- a/public/assets/javascripts/ui/editor/LightControl.js
+++ b/public/assets/javascripts/ui/editor/LightControl.js
@@ -94,7 +94,7 @@ var LightControl = View.extend({
this.initialState = null
// TODO: watch individual wall object here
- Minotaur.watch( app.router.editorView.settings
+ Minotaur.watch( app.router.editorView.settings )
},
setMode: function (mode) {