Skip to content

Commit

Permalink
fix $.focus
Browse files Browse the repository at this point in the history
  • Loading branch information
lunixbochs committed Jun 28, 2013
1 parent 9547aee commit dd5258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reslate.js
Expand Up @@ -225,7 +225,7 @@ $ = (function() {
},
focus: function(name) {
name = name.replace('"', '\"');
return slate.operationFromString('focus "' + name + '"');
return 'focus "' + name + '"';
},
chain: function() {
var ops = [];
Expand Down

0 comments on commit dd5258f

Please sign in to comment.