travis-web/assets/scripts/app/controllers
Piotr Sarnacki edb4e19309 Run lastBuildDidChange only once for a runloop run
When a lot of pusher events come with build updates, lastBuildDidChange
can run quite frequently. We can avoid that by using scheduleOnce, which
will ensure that only the last invocation of lastBuildDidChange will be
run for a given runloop run.
2013-12-11 12:43:08 +01:00
..
account_index.coffee
accounts.coffee
build.coffee Pull some bindings into build and job controllers. 2013-09-08 10:11:20 +02:00
builds.coffee
current_user.coffee Delegate CurrentUserController#updateLocale to user instance 2013-09-01 14:22:48 +02:00
flash.coffee Fix duplicated broadcasts 2013-12-04 16:20:16 +01:00
home.coffee
job.coffee Pull some bindings into build and job controllers. 2013-09-08 10:11:20 +02:00
profile.coffee Reload hooks if they're not available 2013-09-16 18:53:13 +02:00
repo.coffee Run lastBuildDidChange only once for a runloop run 2013-12-11 12:43:08 +01:00
repos.coffee Fix problem with getting started template rendering on first sync 2013-10-29 20:48:27 +01:00
stats.coffee