@types/backbone.radio
Advanced tools
Comparing version 0.8.34 to 0.8.35
@@ -74,3 +74,14 @@ // Type definitions for Backbone.Radio v0.8.3 | ||
class Channel extends Backbone.Events implements Commands, Requests { | ||
class Channel implements Commands, Requests, Backbone.Events { | ||
on(eventName: string, callback?: (...args: any[]) => void, context?: any): any; | ||
on(eventMap: EventsHash): any; | ||
on(eventName: any, callback?: any, context?: any): any; | ||
off(eventName?: string, callback?: (...args: any[]) => void, context?: any): any; | ||
trigger(eventName: string, ...args: any[]): any; | ||
bind(eventName: string, callback: (...args: any[]) => void, context?: any): any; | ||
unbind(eventName?: string, callback?: (...args: any[]) => void, context?: any): any; | ||
once(events: string, callback: (...args: any[]) => void, context?: any): any; | ||
listenTo(object: any, events: string, callback: (...args: any[]) => void): any; | ||
listenToOnce(object: any, events: string, callback: (...args: any[]) => void): any; | ||
stopListening(object?: any, events?: string, callback?: (...args: any[]) => void): any; | ||
channelName: string; | ||
@@ -77,0 +88,0 @@ reset(): Channel; |
{ | ||
"name": "@types/backbone.radio", | ||
"version": "0.8.34", | ||
"version": "0.8.35", | ||
"description": "TypeScript definitions for Backbone.Radio", | ||
@@ -9,9 +9,11 @@ "license": "MIT", | ||
"name": "Peter Palotas", | ||
"url": "https://github.com/alphaleonis" | ||
"url": "https://github.com/alphaleonis", | ||
"githubUsername": "alphaleonis" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -22,4 +24,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "ef4f05ac912e1b6209944eb59eeb868f8fdd4a8aea303f5e64e21049dcdf780a", | ||
"typesPublisherContentHash": "2de6520a1934c57a2c9903304765a2a0b53c7edb8fa453f678282a98c835c9c2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/backbone.radio | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/backbone.radio | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:47:08 GMT | ||
* Last updated: Wed, 21 Nov 2018 15:57:19 GMT | ||
* Dependencies: backbone | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9405
92