Lint the router files
This commit is contained in:
parent
0539fc651d
commit
a1131eb4f2
2 changed files with 6 additions and 6 deletions
|
|
@ -18,9 +18,9 @@ module.exports = function($window) {
|
|||
|
||||
var asyncId
|
||||
function debounceAsync(f) {
|
||||
return function(){
|
||||
return function() {
|
||||
if (asyncId != null) return
|
||||
asyncId = callAsync(function(){
|
||||
asyncId = callAsync(function() {
|
||||
asyncId = null
|
||||
f()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue