This commit is contained in:
Max Lynch
2015-11-24 18:10:34 -06:00
parent e407307928
commit 51d1ad75f6
4 changed files with 5 additions and 10 deletions
+1 -4
View File
@@ -1162,7 +1162,6 @@ function get(obj, path) {
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Native = undefined;
var _pluginConfig = require('./plugin-config');
@@ -1210,9 +1209,7 @@ for (var i = 0; i < _pluginConfig.PluginConfig.length; i++) {
wrappedPlugins[plugin.className] = cls;
}
var Native = wrappedPlugins;
exports.Native = Native;
exports.default = wrappedPlugins;
window.Native = wrappedPlugins;
+1 -1
View File
File diff suppressed because one or more lines are too long