travis-web/assets/scripts
Piotr Sarnacki 05859a5a3c Use visibility.js to run timer updates
Visibility.js provides a thin wrapper over page visibility API, which
allows to detect if page is currently visible by user. This allows us to
stop live updates when it's not needed. This is especially easy in case
of timers, because Visibility.js provides setInterval replacement, which
runs given code only when page is visible.

A lot of ❤️ for @tchack, who showed me visibility.js!
2013-05-29 13:42:51 +03:00
..
app Use visibility.js to run timer updates 2013-05-29 13:42:51 +03:00
config We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
data Add Blue Box as the default sponsor of a test run. 2013-05-10 23:19:07 +02:00
lib Change Ember.run.later to setTimeout in periodic actions 2013-05-29 11:17:58 +03:00
spec Fix tests with new Ember version 2013-05-15 18:46:41 +02:00
vendor Add visibility.js, wrapper on page visibility API 2013-05-29 13:42:28 +03:00
travis.coffee Always send afterSignIn event 2013-05-16 13:16:53 +02:00