Commit 9656bad7 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add constructor in prototype

parent b1fae82c
...@@ -1908,6 +1908,7 @@ ...@@ -1908,6 +1908,7 @@
} }
asc_CShapeProperty.prototype = { asc_CShapeProperty.prototype = {
constructor: asc_CShapeProperty,
asc_getType: function () { asc_getType: function () {
return this.type; return this.type;
}, asc_putType: function (v) { }, asc_putType: function (v) {
...@@ -2286,6 +2287,7 @@ ...@@ -2286,6 +2287,7 @@
} }
asc_CImgProperty.prototype = { asc_CImgProperty.prototype = {
constructor: asc_CImgProperty,
asc_getChangeLevel: function () { asc_getChangeLevel: function () {
return this.ChangeLevel; return this.ChangeLevel;
}, asc_putChangeLevel: function (v) { }, asc_putChangeLevel: function (v) {
......
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