Commit 8e0691c1 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete OfficeExcel.Resizing, OfficeExcel.events

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51865 954022d7-b5bf-4e40-9824-e11837661b57
parent 23d42cbb
 if (typeof(OfficeExcel) == 'undefined') OfficeExcel = {type:'common'};  if (typeof(OfficeExcel) == 'undefined') OfficeExcel = {type:'common'};
OfficeExcel.background = {}; OfficeExcel.background = {};
OfficeExcel.Resizing = {};
OfficeExcel.events = [];
HALFPI = (Math.PI / 2); HALFPI = (Math.PI / 2);
PI = Math.PI; PI = Math.PI;
...@@ -1927,7 +1924,7 @@ if (typeof(obj._otherProps._scale_formatter) == 'function') { ...@@ -1927,7 +1924,7 @@ if (typeof(obj._otherProps._scale_formatter) == 'function') {
/** /**
* This function skirts the annoying canvas anti-aliasing * This function skirts the annoying canvas anti-aliasing
* *
* @param object obj The object * @param object obj The object
* @param number value The number to round * @param number value The number to round
*/ */
......
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