mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove outdated Reify runtime workarounds from modules/reify.js.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "modules",
|
||||
version: "0.11.6",
|
||||
version: "0.11.7",
|
||||
summary: "CommonJS module system",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
var Module = module.constructor;
|
||||
var Mp = Module.prototype;
|
||||
require("reify/lib/runtime").enable(Mp);
|
||||
Mp.importSync = Mp.importSync || Mp.import;
|
||||
Mp.import = Mp.import || Mp.importSync;
|
||||
require("reify/lib/runtime").enable(
|
||||
module.constructor.prototype
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user