diff options
author | hwc487 | 2012-04-02 10:17:48 -0700 |
---|---|---|
committer | hwc487 | 2012-04-02 10:17:48 -0700 |
commit | 679a0746bedab9c5871a83a5fea6a06ac6a4f41c (patch) | |
tree | 9fabe83b2c48ebe1d1ae2b8ed6bb870ceec2fda7 /js/lib/drawing | |
parent | 947bad893335e1023bcbe177ff8db454c27c4bf8 (diff) | |
download | ninja-679a0746bedab9c5871a83a5fea6a06ac6a4f41c.tar.gz |
texture abstraction
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 |