Commit e74508ee authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete comments

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47965 954022d7-b5bf-4e40-9824-e11837661b57
parent ad2b5373
...@@ -810,7 +810,6 @@ ...@@ -810,7 +810,6 @@
var cellStyles = cellStylesAll.DefaultStyles; var cellStyles = cellStylesAll.DefaultStyles;
var nLength = cellStyles.length; var nLength = cellStyles.length;
var oCanvas = document.createElement('canvas'); var oCanvas = document.createElement('canvas');
//var oCanvas = document.getElementById('TestCanvas');
oCanvas.width = this.styleThumbnailWidth; oCanvas.width = this.styleThumbnailWidth;
oCanvas.height = nDefaultStylesCount * this.styleThumbnailHeight; oCanvas.height = nDefaultStylesCount * this.styleThumbnailHeight;
var ctx = oCanvas.getContext('2d'); var ctx = oCanvas.getContext('2d');
...@@ -837,7 +836,6 @@ ...@@ -837,7 +836,6 @@
var cellStyles = cellStylesAll.CustomStyles; var cellStyles = cellStylesAll.CustomStyles;
var nLength = cellStyles.length; var nLength = cellStyles.length;
var oCanvas = document.createElement('canvas'); var oCanvas = document.createElement('canvas');
//var oCanvas = document.getElementById('TestCanvas');
oCanvas.width = this.styleThumbnailWidth; oCanvas.width = this.styleThumbnailWidth;
oCanvas.height = nDocumentStylesCount * this.styleThumbnailHeight; oCanvas.height = nDocumentStylesCount * this.styleThumbnailHeight;
var ctx = oCanvas.getContext('2d'); var ctx = oCanvas.getContext('2d');
......
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