Commit 970241c2 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

require

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68071 954022d7-b5bf-4e40-9824-e11837661b57
parent 6883a8df
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){
return false;
};
if (!window['IS_NATIVE_EDITOR']) {
if(!window["XRegExp"]){window["XRegExp"] = require("xregexp");}
}
if (typeof require =="function" && !window["XRegExp"]){window["XRegExp"] = require("xregexp");}
var g_oZipChanges = null;
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