mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-04 16:04:35 +00:00
15 lines
361 B
JavaScript
15 lines
361 B
JavaScript
/** @license
|
|
|
|
----------------------------------------------
|
|
|
|
Copyright (c) 2012, Fergal Moran. All rights reserved.
|
|
Code provided under the BSD License:
|
|
|
|
*/
|
|
var ReleaseAudio = DSSModel.extend({
|
|
urlRoot:com.podnoms.settings.urlRoot + "release_audio/"
|
|
});
|
|
|
|
var ReleaseAudioCollection = TastypieCollection.extend({
|
|
model:ReleaseAudio
|
|
}); |