소스 검색

Small fix.

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;
         }