1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/UI/Release/Model.js

9 lines
138 B
JavaScript
Raw Normal View History

2013-06-25 07:12:42 +02:00
'use strict';
2013-06-25 06:51:17 +02:00
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
});