Skip to content

Commit

Permalink
bugfix hide loader
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Jan 14, 2014
1 parent 8d041b5 commit 94e3c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/spa.js
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,7 @@
// 显示loading层
$doc.on('spa:openloader', function(event) {
loaderTimer = setTimeout(function() {
loaderTimer = undefined
$loader.show()
}, 300)
})
Expand Down
Loading

0 comments on commit 94e3c4d

Please sign in to comment.