mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Made Wreqr.radio a module
This commit is contained in:
4
marionette/marionette.d.ts
vendored
4
marionette/marionette.d.ts
vendored
@@ -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