Skip to content

Commit

Permalink
* [jsfm] fixed native param format of setTimeout in app.differ
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jun 30, 2016
1 parent 65ff3da commit a9f101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/default/app/differ.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Differ {
setTimeout(() => {
this.hasTimer = false
this.flush(true)
})
}, 0)
}
const map = this.map
if (!map[depth]) {
Expand Down

0 comments on commit a9f101e

Please sign in to comment.