Explorar o código

boot.js: adding ensure("selectorConversion") where needed

Herbert Vojčík %!s(int64=11) %!d(string=hai) anos
pai
achega
b1942023ba
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      js/boot.js

+ 3 - 0
js/boot.js

@@ -166,6 +166,7 @@ function DNUBrik(brikz, st) {
 
 	/* Method not implemented handlers */
 
+	brikz.ensure("selectorConversion");
 	brikz.ensure("messageSend");
 
 	this.methods = [];
@@ -731,6 +732,8 @@ function SmalltalkFactory(brikz, st) {
 
 function MessageSendBrik(brikz, st) {
 
+	brikz.ensure("selectorConversion");
+
 	/* Handles unhandled errors during message sends */
 	// simply send the message and handle #dnu: