Browse Source

Small fix.

Herby Vojčík 5 years ago
parent
commit
4b16557ed8
1 changed files with 2 additions and 0 deletions
  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;
         }