Commit 8ea10cff authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32130

parent d9cb3773
...@@ -1235,3 +1235,5 @@ function CAscTableStyle() ...@@ -1235,3 +1235,5 @@ function CAscTableStyle()
CAscTableStyle.prototype.get_Id = function(){ return this.Id; } CAscTableStyle.prototype.get_Id = function(){ return this.Id; }
CAscTableStyle.prototype.get_Image = function(){ return this.Image; } CAscTableStyle.prototype.get_Image = function(){ return this.Image; }
CAscTableStyle.prototype.get_Type = function(){ return this.Type; } CAscTableStyle.prototype.get_Type = function(){ return this.Type; }
CAscSlideProps
\ No newline at end of file
...@@ -497,6 +497,7 @@ CAscThemeInfo.prototype['get_Image'] = CAscThemeInfo.prototype.get_Image; ...@@ -497,6 +497,7 @@ CAscThemeInfo.prototype['get_Image'] = CAscThemeInfo.prototype.get_Image;
CAscThemeInfo.prototype['get_Index'] = CAscThemeInfo.prototype.get_Index; CAscThemeInfo.prototype['get_Index'] = CAscThemeInfo.prototype.get_Index;
CAscThemes.prototype['get_EditorThemes'] = CAscThemes.prototype.get_EditorThemes; CAscThemes.prototype['get_EditorThemes'] = CAscThemes.prototype.get_EditorThemes;
CAscThemes.prototype['get_DocumentThemes'] = CAscThemes.prototype.get_DocumentThemes; CAscThemes.prototype['get_DocumentThemes'] = CAscThemes.prototype.get_DocumentThemes;
window['Asc']['CPosition'] = CPosition;
CPosition.prototype['get_X'] = CPosition.prototype.get_X; CPosition.prototype['get_X'] = CPosition.prototype.get_X;
CPosition.prototype['put_X'] = CPosition.prototype.put_X; CPosition.prototype['put_X'] = CPosition.prototype.put_X;
CPosition.prototype['get_Y'] = CPosition.prototype.get_Y; CPosition.prototype['get_Y'] = CPosition.prototype.get_Y;
......
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