mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
"use strict";
|
|
define(['app', 'backbone.deepmodel'], function (App, DeepModel) {
|
|
return DeepModel.DeepModel.extend({
|
|
});
|
|
});
|