aboutsummaryrefslogtreecommitdiff
path: root/js/lib/drawing/world.js
diff options
context:
space:
mode:
authorhwc4872012-04-02 10:17:48 -0700
committerhwc4872012-04-02 10:17:48 -0700
commit679a0746bedab9c5871a83a5fea6a06ac6a4f41c (patch)
tree9fabe83b2c48ebe1d1ae2b8ed6bb870ceec2fda7 /js/lib/drawing/world.js
parent947bad893335e1023bcbe177ff8db454c27c4bf8 (diff)
downloadninja-679a0746bedab9c5871a83a5fea6a06ac6a4f41c.tar.gz
texture abstraction
Diffstat (limited to 'js/lib/drawing/world.js')
-rwxr-xr-xjs/lib/drawing/world.js6
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 ) {
1051function Notifier() 1051function 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