Browse Source

Fix a committed by mistake change in boot.js

Nicolas Petton 10 năm trước cách đây
mục cha
commit
b5e9ec22c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)