Explorar o código

Stupidity removal.

Herby Vojčík %!s(int64=6) %!d(string=hai) anos
pai
achega
28328c3f82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 that = new SmalltalkMethod();
             var selector = spec.selector;
             var selector = spec.selector;
             that.selector = selector;
             that.selector = selector;
-            that.args = spec.args || {};
+            that.args = spec.args || [];
             that.protocol = spec.protocol;
             that.protocol = spec.protocol;
             that.source = spec.source;
             that.source = spec.source;
             that.messageSends = spec.messageSends || [];
             that.messageSends = spec.messageSends || [];