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

require

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68071 954022d7-b5bf-4e40-9824-e11837661b57
parent c7d7ef0c
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -64,9 +64,7 @@ String.prototype.strongMatch = function(regExp){ ...@@ -64,9 +64,7 @@ String.prototype.strongMatch = function(regExp){
return false; return false;
}; };
if (!window['IS_NATIVE_EDITOR']) { if (typeof require =="function" && !window["XRegExp"]){window["XRegExp"] = require("xregexp");}
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