removing js refrences from index.html

This commit is contained in:
Keivan Beigi 2013-06-13 17:41:46 -07:00
parent 1f62194ab8
commit aed7b95245
13 changed files with 335 additions and 300 deletions

View file

@ -2,7 +2,8 @@
define([
'app',
'Logs/Collection',
'Shared/Toolbar/ToolbarLayout'
'Shared/Toolbar/ToolbarLayout',
'Shared/Grid/Pager'
],
function () {
NzbDrone.Logs.Layout = Backbone.Marionette.Layout.extend({
@ -50,7 +51,7 @@ define([
className : 'table table-hover'
}));
this.pager.show(new Backgrid.NzbDronePaginator({
this.pager.show(new NzbDrone.Shared.Grid.Pager({
columns : this.columns,
collection: this.collection
}));