Skip to content

Commit

Permalink
* [jsfm] export weex.requireModule instead of weex.require
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanks10100 committed Jan 9, 2017
1 parent 8362d58 commit d88375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/frameworks/legacy/app/ctrl/init.js
Expand Up @@ -53,7 +53,7 @@ export function init (app, code, data, services) {
config: app.options, config: app.options,
define: bundleDefine, define: bundleDefine,
bootstrap: bundleBootstrap, bootstrap: bundleBootstrap,
require: bundleRequireModule, requireModule: bundleRequireModule,
document: bundleDocument, document: bundleDocument,
Vm: bundleVm Vm: bundleVm
} }
Expand Down

0 comments on commit d88375a

Please sign in to comment.