Skip to content

Commit

Permalink
feat(weex): return instance in createInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanks10100 authored and yyx990803 committed Aug 29, 2017
1 parent f975fac commit 0dc27dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/weex/entry-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export function createInstance (

// Send `createFinish` signal to native.
instance.document.taskCenter.send('dom', { action: 'createFinish' }, [])

return instance
}

/**
Expand Down

0 comments on commit 0dc27dc

Please sign in to comment.