소스 검색

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;
 		}
 	};