Herby Vojčík 5 年 前
コミット
4b16557ed8
1 ファイル変更2 行追加0 行削除
  1. 2 0
      lang/base/boot.js

+ 2 - 0
lang/base/boot.js

@@ -109,6 +109,8 @@ define([
 
     // TODO deprecated, remove
     Object.defineProperty(brikz.smalltalkGlobals.globals, "CharacterArray", {
+        enumerable: true,
+        configurable: true,
         get: function () {
             return this.String;
         }