Browse Source

removed isAmberDNU

Nicolas Petton 11 years ago
parent
commit
9d1b2489e2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      js/boot.js

+ 0 - 2
js/boot.js

@@ -163,8 +163,6 @@ function Smalltalk() {
 				return messageNotUnderstood(this, selector, args);
 			};
 
-			handler.isAmberDNU = true;
-
 			return handler;
 		}
 	};