Made Wreqr.radio a module

This commit is contained in:
Frederik Wordenskjold
2014-07-29 20:36:17 +02:00
parent a7c4e50743
commit 133ace301b

View File

@@ -57,9 +57,9 @@ declare module Backbone {
// Backbone.Wreqr
module Wreqr {
class radio {
module radio {
static channel(channelName: string): Channel;
function channel(channelName: string): Channel;
}