mirror of
https://github.com/flarum/core.git
synced 2025-05-08 00:15:24 +02:00
Some tweaks
This commit is contained in:
parent
6544052da6
commit
b18534882b
@ -9,6 +9,7 @@ export default {
|
|||||||
initialize: function(container) {
|
initialize: function(container) {
|
||||||
|
|
||||||
// Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License
|
// Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License
|
||||||
|
// @todo rewrite this to be simpler and cleaner
|
||||||
(function($, moment) {
|
(function($, moment) {
|
||||||
var updateInterval = 1e3,
|
var updateInterval = 1e3,
|
||||||
paused = false,
|
paused = false,
|
||||||
|
@ -186,5 +186,4 @@ export default Ember.ArrayProxy.extend(Ember.Evented, {
|
|||||||
findNearestToIndex: function(index) {
|
findNearestToIndex: function(index) {
|
||||||
return this.findNearestTo(index, 'indexEnd');
|
return this.findNearestTo(index, 'indexEnd');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user