Vladislav Folts 12 anni fa
parent
commit
2e3864428d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/rtl.js

+ 1 - 1
src/rtl.js

@@ -32,7 +32,7 @@ var impl = {
         }
         else
             for(i = 0; i < result.length; ++i)
-                result[i] = RTLMakeArray.apply(this, forward);
+                result[i] = this.makeArray.apply(this, forward);
         return result;
     },
     makeSet: function(/*...*/){