Commit ca3a4fe6 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32130

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