1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/UI/Settings/Indexers/Model.js

6 lines
126 B
JavaScript
Raw Normal View History

2013-04-30 17:01:54 -07:00
"use strict";
2013-04-30 23:43:14 -07:00
define(['app'], function () {
2013-04-30 17:01:54 -07:00
NzbDrone.Settings.Indexers.Model = Backbone.DeepModel.extend({
});
});