Преглед изворни кода

Fix a committed by mistake change in boot.js

Nicolas Petton пре 11 година
родитељ
комит
b5e9ec22c8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -945,7 +945,7 @@ function MessageSendBrik(brikz, st) {
 		/* Handles not understood messages. Also see the Amber counter-part
 		 Object>>doesNotUnderstand: */
 
-		receiver._doesNotUnderstand_(
+		return receiver._doesNotUnderstand_(
 			st.Message._new()
 				._selector_(st.convertSelector(selector))
 				._arguments_(args)