Selaa lähdekoodia

removed isAmberDNU

Nicolas Petton 11 vuotta sitten
vanhempi
commit
9d1b2489e2
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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;
 		}
 	};