Sfoglia il codice sorgente

removed isAmberDNU

Nicolas Petton 11 anni fa
parent
commit
9d1b2489e2
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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;
 		}
 	};