Explorar o código

removed the unnecessary special line for st.Object

This should finalize the 'nil subclass' changes.
Herbert Vojčík %!s(int64=11) %!d(string=hai) anos
pai
achega
5248844d43
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      support/boot.js

+ 0 - 1
support/boot.js

@@ -589,7 +589,6 @@ function MethodsBrik(brikz, st) {
 	};
 
 	function installNewDnuHandler(newHandler) {
-		manip.installMethodIfAbsent(newHandler, st.Object);
 		var wrappedClasses = st.wrappedClasses();
 		for(var i = 0; i < wrappedClasses.length; i++) {
 			manip.installMethodIfAbsent(newHandler, wrappedClasses[i]);