Files
Readarr/src/UI/Settings/DownloadClient/RemotePathMapping/RemotePathMappingModel.js

11 lines
145 B
JavaScript

'use strict';
define([
'jquery',
'backbone.deepmodel'
], function ($, DeepModel) {
return DeepModel.DeepModel.extend({
});
});