1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00

Formatting.

This commit is contained in:
Dan Barber 2013-12-13 11:06:19 +00:00
parent 290ff96b99
commit 1e22b99617
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
var Album = can.Model.extend({
findAll: 'GET /api/albums'
}, {});

View File

@ -1,3 +1,5 @@
var Artist = can.Model.extend({
findAll: 'GET /api/artists'
}, {});

View File

@ -1,3 +1,5 @@
var Song = can.Model.extend({
findAll: 'GET /api/songs'
}, {});