diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/controllers/objects-controller.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/controllers/objects-controller.js')
-rw-r--r-- | js/controllers/objects-controller.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js index 0462df98..32eecf20 100644 --- a/js/controllers/objects-controller.js +++ b/js/controllers/objects-controller.js | |||
@@ -73,11 +73,11 @@ var objectsController = exports.ObjectsController = Montage.create(Montage, { | |||
73 | } | 73 | } |
74 | } | 74 | } |
75 | }, | 75 | }, |
76 | 76 | ||
77 | /* -------------------------- | 77 | /* -------------------------- |
78 | Binding Methods | 78 | Binding Methods |
79 | ----------------------------- */ | 79 | ----------------------------- */ |
80 | 80 | ||
81 | addBinding : { | 81 | addBinding : { |
82 | value: function(bindingArgs) { | 82 | value: function(bindingArgs) { |
83 | if(!bindingArgs.sourceObject || !bindingArgs.sourceObjectPropertyPath || !bindingArgs) { return; } | 83 | if(!bindingArgs.sourceObject || !bindingArgs.sourceObjectPropertyPath || !bindingArgs) { return; } |
@@ -122,7 +122,7 @@ var objectsController = exports.ObjectsController = Montage.create(Montage, { | |||
122 | 122 | ||
123 | } | 123 | } |
124 | }, | 124 | }, |
125 | 125 | ||
126 | getObjectBindings : { | 126 | getObjectBindings : { |
127 | value: function(object) { | 127 | value: function(object) { |
128 | var descriptors = object._bindingDescriptors, | 128 | var descriptors = object._bindingDescriptors, |