Skip to content

Commit

Permalink
Merge remote-tracking branch 'apache/master' into merge_all_code
Browse files Browse the repository at this point in the history
* apache/master:
  [jsfm] upgrade js framework to v0.27.6 | remove Object.create(null) (apache#1449)
  • Loading branch information
神漠 committed Aug 23, 2018
2 parents e0520f3 + fe689f1 commit 1c6907a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/sdk/assets/weex-main-jsfm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "weex",
"version": "0.12.2",
"subversion": {
"framework": "0.27.5",
"framework": "0.27.6",
"transformer": ">=0.1.5 <0.5"
},
"description": "A framework for building Mobile cross-platform UI",
Expand Down
2 changes: 1 addition & 1 deletion pre-build/weex-main-jsfm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtime/api/WeexInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class WeexInstance {
}

// create registered module apis
const moduleProxy = Object.create(null)
const moduleProxy = {}
const moduleDefine = getModuleDescription(moduleName)
for (const methodName in moduleDefine) {
Object.defineProperty(moduleProxy, methodName, {
Expand Down

0 comments on commit 1c6907a

Please sign in to comment.