1
0
Ver Fonte

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

Herbert Vojčík há 11 anos atrás
pai
commit
b1942023ba
1 ficheiros alterados com 3 adições e 0 exclusões
  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: