Some tweaks

This commit is contained in:
Toby Zerner 2015-02-03 17:00:41 +10:30
parent 967efe8005
commit ed0c9992c7
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ export default {
initialize: function(container) {
// Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License
// @todo rewrite this to be simpler and cleaner
(function($, moment) {
var updateInterval = 1e3,
paused = false,

View File

@ -186,5 +186,4 @@ export default Ember.ArrayProxy.extend(Ember.Evented, {
findNearestToIndex: function(index) {
return this.findNearestTo(index, 'indexEnd');
}
});