From 679a0746bedab9c5871a83a5fea6a06ac6a4f41c Mon Sep 17 00:00:00 2001 From: hwc487 Date: Mon, 2 Apr 2012 10:17:48 -0700 Subject: texture abstraction --- js/lib/drawing/world.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/lib/drawing') 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 ) { function Notifier() { // notification types supported - this.OBJECT_DELETE = 1; - this.OBJECT_REANIMATE = 2; // the object has come back after a deletion - as in undo - this.OBJECT_CHANGE = 3; + this.OBJECT_DELETE = 1; + this.OBJECT_REINSTANTIATE = 2; // the object has come back after a deletion - as in undo + this.OBJECT_CHANGE = 3; // the array of listener objects -- cgit v1.2.3