Commit aad333dc authored by Alexander.Trofimov's avatar Alexander.Trofimov

missed var

parent 490d0ba2
......@@ -270,7 +270,7 @@ function openFileCommand(binUrl, changesUrl, Signature, callback) {
sFileUrl = sFileUrl.replace(/\\/g, "/");
if (window['IS_NATIVE_EDITOR']) {
result = window["native"]["openFileCommand"](sFileUrl, changesUrl, Signature);
var result = window["native"]["openFileCommand"](sFileUrl, changesUrl, Signature);
var url;
var nIndex = sFileUrl.lastIndexOf("/");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment