1
0
Переглянути джерело

deprecation off: amber.{smalltalk,vm}

Use amber.core
Herbert Vojčík 10 роки тому
батько
коміт
71bb2e9e7b
1 змінених файлів з 0 додано та 11 видалено
  1. 0 11
      support/helpers.js

+ 0 - 11
support/helpers.js

@@ -63,17 +63,6 @@ define("amber/helpers", ["amber/boot", "require"], function (boot, require) {
         return api.initialize();
     };
 
-    // Backward compatibility, deprecated
-
-    Object.defineProperty(exports, "smalltalk", {
-        value: api,
-        enumerable: true, configurable: true, writable: false
-    });
-    Object.defineProperty(exports, "vm", {
-        value: api,
-        enumerable: true, configurable: true, writable: false
-    });
-
     // Exports
 
     return  exports;