mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
added jshint
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
define(
|
||||
[
|
||||
'backbone',
|
||||
'AddSeries/Existing/UnmappedFolderModel'
|
||||
], function (Backbone, UnmappedFolderModel) {
|
||||
'AddSeries/Existing/UnmappedFolderModel',
|
||||
'underscore'
|
||||
], function (Backbone, UnmappedFolderModel,_) {
|
||||
return Backbone.Collection.extend({
|
||||
model: UnmappedFolderModel,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user