1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

making modals event driven,

This commit is contained in:
Keivan Beigi
2013-07-23 18:15:58 -07:00
committed by kay.one
parent 2083a86c2a
commit 00dcce469d
18 changed files with 100 additions and 53 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
'use strict';
'use strict';
define(
[
'History/Model',
'backbone.pageable'
], function ( HistoryModel, PageableCollection) {
], function (HistoryModel, PageableCollection) {
return PageableCollection.extend({
url : window.ApiRoot + '/history',
model: HistoryModel,