Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaicoianu committed Jan 13, 2012
1 parent 236b497 commit fa97a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ elation.component.add("space.controls", {
deactivateContext: function(context) {
var i = this.activecontexts.indexOf(context);
if (i != -1) {
console.log('Deactivate control context ' + context);
console.log('Deactivate control context ' + context);
this.activecontexts.splice(i, 1);
if (this.contexttargets[context]) {
delete this.contexttargets[context];
Expand Down

0 comments on commit fa97a2a

Please sign in to comment.