瀏覽代碼

removed isAmberDNU

Nicolas Petton 11 年之前
父節點
當前提交
9d1b2489e2
共有 1 個文件被更改,包括 0 次插入2 次删除
  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;
 		}
 	};