1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

shared toolbar radio button style is working. just need to store state.

This commit is contained in:
kay.one
2013-04-25 21:45:45 -07:00
parent 6636b77489
commit fe554849c2
15 changed files with 183 additions and 142 deletions
+7
View File
@@ -0,0 +1,7 @@
"use strict";
define(['app', 'Shared/Toolbar/ButtonModel'], function () {
NzbDrone.Shared.Toolbar.ButtonCollection = Backbone.Collection.extend({
model: NzbDrone.Shared.Toolbar.ButtonModel
});
});