mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Made Wreqr.radio a module
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user