Commit 27329ea9 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

убран код который ничего не делает

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50121 954022d7-b5bf-4e40-9824-e11837661b57
parent 5405cc1d
...@@ -958,20 +958,8 @@ ...@@ -958,20 +958,8 @@
window["Asc"].trim = trim; window["Asc"].trim = trim;
window["Asc"].Range = Range; window["Asc"].Range = Range;
prot = Range.prototype;
prot.assign = prot.assign;
prot.clone = prot.clone;
prot.normalize = prot.normalize;
prot.isEqual = prot.isEqual;
prot.contains = prot.contains;
prot.intersection = prot.intersection;
prot.union = prot.union;
window["Asc"].HandlersList = HandlersList; window["Asc"].HandlersList = HandlersList;
prot = HandlersList.prototype;
prot.trigger = prot.trigger;
prot.add = prot.add;
prot.remove = prot.remove;
window["Asc"].RedoObjectParam = RedoObjectParam; window["Asc"].RedoObjectParam = RedoObjectParam;
......
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