Explorar el Código

deprecation off: amber.{smalltalk,vm}

Use amber.core
Herbert Vojčík hace 10 años
padre
commit
71bb2e9e7b
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  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;