1
0
فهرست منبع

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 || [];