Ver código fonte

removed isAmberDNU

Nicolas Petton 11 anos atrás
pai
commit
9d1b2489e2
1 arquivos alterados com 0 adições e 2 exclusões
  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;
 		}
 	};