소스 검색

Stupidity removal.

Herby Vojčík 6 년 전
부모
커밋
28328c3f82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lang/base/kernel-fundamentals.js

+ 1 - 1
lang/base/kernel-fundamentals.js

@@ -186,7 +186,7 @@ define(function () {
             var that = new SmalltalkMethod();
             var selector = spec.selector;
             that.selector = selector;
-            that.args = spec.args || {};
+            that.args = spec.args || [];
             that.protocol = spec.protocol;
             that.source = spec.source;
             that.messageSends = spec.messageSends || [];