Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 25, 2012
1 parent 9b89775 commit ee41e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins-client/ext.remotecontrol/remotecontrol.js
Expand Up @@ -41,7 +41,7 @@ module.exports = ext.register("ext/remotecontrol/remotecontrol", {
if (event.message.args.options.noexist === true) {
var node = editors.createFileNodeFromPath( event.message.args.path);
node.setAttribute("newfile", "1");
node.setAttribute("cli", "1"); // blocks Save As dialog
node.setAttribute("cli", "1"); // blocks Save As dialog

var doc = ide.createDocument(node);
doc.cachedValue = "";
Expand Down

0 comments on commit ee41e97

Please sign in to comment.