Herby Vojčík před 5 roky
rodič
revize
4b16557ed8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
         }