Commit 44350ea1 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

>> Error: Command failed: ..\..\Word\Drawing\DrawingDocument.js:6403: ERROR -...

>> Error: Command failed: ..\..\Word\Drawing\DrawingDocument.js:6403: ERROR - Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly. If you are targeting newer versions of JS, set the appropriate language_in option.
>>             { w : 100, h : 100 }, // Matrix

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59283 954022d7-b5bf-4e40-9824-e11837661b57
parent 6b6507da
...@@ -6400,7 +6400,7 @@ function CMathPainter(_api) ...@@ -6400,7 +6400,7 @@ function CMathPainter(_api)
{ w : 100, h : 100 }, // Accent { w : 100, h : 100 }, // Accent
{ w : 100, h : 100 }, // LimitLog { w : 100, h : 100 }, // LimitLog
{ w : 100, h : 100 }, // Operator { w : 100, h : 100 }, // Operator
{ w : 100, h : 100 }, // Matrix { w : 100, h : 100 } // Matrix
]; ];
var _types = []; var _types = [];
......
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