Vladislav Folts 12 سال پیش
والد
کامیت
26a5dda74d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/errors.js
  2. 1 1
      src/procedure.js

+ 1 - 1
src/errors.js

@@ -1,6 +1,6 @@
 "use strict";
 /*
-do not use Class here - IE8 does not understande overloeded toString method.
+do not use Class here - IE8 does not understand overloeded toString method (using Class.extend).
 
 var Class = require("rtl.js").Class;
 

+ 1 - 1
src/procedure.js

@@ -344,7 +344,7 @@ exports.predefined = [
         var name = "LEN";
         var args = [new Arg(new Type.Array("ARRAY OF any type"), false)];
         var type = new Std(
-            "LEN",
+            name,
             args,
             Type.basic.integer,
             function(context, id, type){