diff options
Diffstat (limited to 'js/lib/drawing')
-rwxr-xr-x | js/lib/drawing/world.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/lib/drawing/world.js b/js/lib/drawing/world.js index a489110f..402563e9 100755 --- a/js/lib/drawing/world.js +++ b/js/lib/drawing/world.js | |||
@@ -1051,9 +1051,9 @@ World.prototype.importSubObject = function( objStr, parentNode ) { | |||
1051 | function Notifier() | 1051 | function Notifier() |
1052 | { | 1052 | { |
1053 | // notification types supported | 1053 | // notification types supported |
1054 | this.OBJECT_DELETE = 1; | 1054 | this.OBJECT_DELETE = 1; |
1055 | this.OBJECT_REANIMATE = 2; // the object has come back after a deletion - as in undo | 1055 | this.OBJECT_REINSTANTIATE = 2; // the object has come back after a deletion - as in undo |
1056 | this.OBJECT_CHANGE = 3; | 1056 | this.OBJECT_CHANGE = 3; |
1057 | 1057 | ||
1058 | 1058 | ||
1059 | // the array of listener objects | 1059 | // the array of listener objects |