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