Commit af2cfb74 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

if (!window['IS_NATIVE_EDITOR']) {

    if(!window["XRegExp"]){window["XRegExp"] = require("xregexp");}
}

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68032 954022d7-b5bf-4e40-9824-e11837661b57
parent a9397e52
...@@ -64,7 +64,9 @@ String.prototype.strongMatch = function(regExp){ ...@@ -64,7 +64,9 @@ String.prototype.strongMatch = function(regExp){
return false; return false;
}; };
if(!window["XRegExp"]){window["XRegExp"] = require("xregexp");} if (!window['IS_NATIVE_EDITOR']) {
if(!window["XRegExp"]){window["XRegExp"] = require("xregexp");}
}
var g_oZipChanges = null; var g_oZipChanges = null;
var g_sDownloadServiceLocalUrl = "/downloadas"; var g_sDownloadServiceLocalUrl = "/downloadas";
......
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