Skip to content

Commit

Permalink
Shorten delay of flashBlocked event on throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Oct 6, 2015
1 parent 0ad4d2c commit a731227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/providers/flash.js
Expand Up @@ -321,7 +321,7 @@ define([
} else {
_flashBlockedTimeout = setTimeout(function () {
_this.trigger('flashBlocked');
}, 2000);
}, 250);
}
}

Expand Down

0 comments on commit a731227

Please sign in to comment.