Frederik Wordenskjold a7c4e50743 Added channel support to Marionette.d.ts
Marionette.d.ts includes definitions for Backbone.Wreqr, but does not support the recommended way of using the Wreqr object as seen here: https://github.com/marionettejs/backbone.marionette/blob/master/docs/marionette.application.md#accessing-the-global-channel

I've added the Channel object, and a definition to the Radio class as well. This is only a means of getting a specific channel through the channel() method, so while it is possible to create an instance of Radio, I've chosen only to include channel() method, and make it static.

This makes it possible to access the instance of a channel with the name 'global' like this (created if not found), as recommended in the above documentation: 
var channel = Backbone.Wreqr.radio.channel('global');
// channel.vent;

Finally, I've made the parameter context of the setHandler method in the Backbone.Wreqr.Handlers class optional, as this adheres to the actual implementation.
2014-07-21 15:35:58 +02:00
2014-01-09 16:39:18 +04:00
2014-06-22 12:23:03 +10:00
2014-03-05 11:51:01 +02:00
2014-06-18 23:31:11 +02:00
2014-06-20 18:38:53 -07:00
2014-07-11 14:42:06 +01:00
2014-05-12 14:45:19 +09:00
2014-06-18 23:31:11 +02:00
2013-10-03 22:23:35 +09:00
2014-06-18 23:31:11 +02:00
2014-03-23 15:50:05 +09:00
2014-05-18 21:37:47 +02:00
2014-07-09 21:57:32 +09:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-19 15:39:03 -07:00
2014-04-24 17:45:31 -07:00
2014-04-24 17:45:31 -07:00
2014-01-24 00:22:06 +01:00
2014-04-21 01:52:28 +02:00
2014-07-20 09:10:21 -04:00
2014-07-11 07:37:05 +02:00
2014-03-16 19:36:20 +01:00
2014-01-24 00:22:06 +01:00
2014-06-19 17:43:47 +02:00
2014-04-13 16:31:17 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-26 05:40:08 +02:00
2014-07-10 14:10:22 +09:00
2013-08-07 16:59:39 +03:00
2014-06-18 23:31:11 +02:00
2014-04-13 23:17:54 +10:00
2014-01-24 00:22:06 +01:00
2014-01-24 00:22:06 +01:00
2014-01-02 16:34:52 +09:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-02-26 14:13:17 +09:00
2014-07-09 13:00:04 +04:00
2013-11-30 21:48:36 +08:00
2014-06-18 23:31:35 +02:00
2013-12-19 14:48:32 +04:00
2014-04-10 19:07:43 +09:00
2014-07-01 22:59:32 -04:00
2013-10-03 11:23:38 +09:00
2014-05-28 13:16:20 +02:00
2014-04-01 00:36:35 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2013-12-24 11:08:54 +09:00
2014-06-18 23:31:11 +02:00
2014-05-05 03:38:57 +03:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-26 05:43:00 +02:00
2013-05-25 18:08:56 +03:00
2014-05-26 14:31:30 +02:00
2014-06-04 19:28:55 +02:00
2014-06-12 11:36:40 -05:00
2014-02-26 17:25:44 +09:00
2014-01-24 18:51:21 +01:00
2014-05-13 23:20:07 -07:00
2014-04-24 17:45:31 -07:00
2014-06-18 23:31:11 +02:00
2014-06-26 04:17:22 +02:00
2014-01-02 16:34:52 +09:00
2014-01-24 00:19:24 +01:00
2014-06-18 23:31:11 +02:00
2013-12-19 15:33:09 +04:00
2014-06-26 05:43:00 +02:00
2014-01-09 12:29:17 +04:00
2014-01-09 12:29:17 +04:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-01-25 01:08:33 +01:00
2013-01-17 20:03:30 +02:00
2014-06-28 14:41:25 -07:00
2014-06-18 23:31:11 +02:00
2014-04-28 18:32:37 +02:00
2014-07-19 11:48:42 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-13 04:46:01 +02:00
2014-04-24 17:45:31 -07:00
2014-06-18 23:31:11 +02:00
2014-07-03 12:21:52 +02:00
2013-11-08 23:36:00 +09:00
2013-12-18 20:13:50 +04:00
2014-07-18 14:45:24 +09:00
2013-11-04 14:25:14 -08:00
2014-05-15 16:47:49 -05:00
2014-06-18 23:31:11 +02:00
2013-09-19 23:21:43 +09:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-07-04 16:00:31 +04:00
2014-06-18 23:31:11 +02:00
2014-01-24 00:55:00 +01:00
2014-01-24 20:23:13 +01:00
2014-01-24 20:23:13 +01:00
2014-01-24 18:51:21 +01:00
2014-03-07 11:51:54 -03:30
2014-06-18 23:31:11 +02:00
2013-12-06 22:36:06 +00:00
2014-01-24 00:55:00 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-24 10:16:46 +02:00
2014-07-15 17:11:03 -07:00
2014-06-18 23:31:11 +02:00
2014-01-16 06:27:06 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-04-01 01:41:23 +02:00
2014-04-01 00:37:42 +02:00
2014-07-10 15:22:38 +09:00
2014-01-24 00:55:00 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-01-02 16:34:52 +09:00
2013-08-07 16:59:39 +03:00
2014-06-18 23:31:11 +02:00
2014-01-24 01:19:01 +01:00
2014-07-21 10:24:55 +01:00
2014-04-24 17:45:31 -07:00
2014-06-18 23:31:11 +02:00
2014-01-24 18:51:21 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-03-07 19:01:24 +01:00
2014-05-29 18:05:15 +02:00
2014-01-25 01:08:33 +01:00
2014-04-29 06:12:02 -07:00
2014-06-18 23:31:35 +02:00
2014-02-21 15:03:21 +01:00
2014-04-28 23:42:21 +02:00
2014-07-02 23:10:14 -04:00
2014-01-24 01:19:01 +01:00
2014-05-22 21:05:24 +09:00
2014-04-28 23:55:46 +02:00
2014-07-20 12:13:28 +02:00
2014-05-11 11:45:26 +02:00
2014-06-18 23:31:11 +02:00
2014-01-27 21:40:20 -05:00
2013-12-22 15:47:56 -08:00
2014-06-18 23:31:11 +02:00
2014-04-01 00:49:55 +02:00
2014-06-18 23:31:11 +02:00
2014-04-01 00:36:47 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-20 14:08:30 +01:00
2014-05-01 19:41:46 +09:00
2014-06-18 23:31:11 +02:00
2013-11-11 22:31:21 +09:00
2014-04-28 22:00:50 +02:00
2014-06-19 16:56:50 +02:00
2014-06-18 23:31:11 +02:00
2014-07-08 11:58:21 +02:00
2014-01-24 18:51:21 +01:00
2014-06-18 23:31:11 +02:00
2014-05-11 21:10:43 +02:00
2013-11-06 21:14:15 +11:00
2014-04-01 00:36:25 +02:00
2014-01-24 18:51:21 +01:00
2014-01-24 01:56:27 +01:00
2014-06-16 04:25:18 +02:00
2014-04-04 12:26:32 +09:00
2014-05-30 12:34:46 -07:00
2014-06-18 23:31:11 +02:00
2014-03-15 19:00:36 +09:00
2013-08-07 18:02:05 +03:00
2014-01-07 16:02:07 +01:00
2014-07-17 21:21:02 +09:00
2014-07-05 21:15:43 +10:00
2014-06-18 23:31:11 +02:00
2014-06-13 13:31:26 +02:00
2014-06-25 10:34:25 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2013-09-02 20:07:31 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-04-27 10:19:26 +01:00
2014-06-18 23:31:11 +02:00
2014-01-02 16:34:52 +09:00
2014-05-22 14:41:57 -07:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-05-26 23:34:18 +02:00
2014-06-15 19:13:04 +04:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-02-16 15:21:15 +00:00
2014-06-18 23:31:11 +02:00
2014-06-26 05:43:00 +02:00
2014-06-18 23:31:11 +02:00
2014-05-25 16:50:42 -04:00
2014-06-18 23:31:11 +02:00
2013-11-19 01:40:09 -08:00
2014-01-24 01:56:27 +01:00
2014-06-18 23:31:11 +02:00
2014-02-26 17:45:18 +09:00
2014-04-04 11:20:48 +02:00
2014-06-18 23:31:11 +02:00
2014-04-28 23:48:34 +02:00
2014-01-24 02:59:02 +01:00
2014-06-18 23:31:11 +02:00
2013-12-20 14:14:06 +04:00
2013-08-07 16:59:39 +03:00
2014-04-23 14:26:24 +02:00
2014-01-27 03:34:54 +01:00
2014-01-25 01:08:33 +01:00
2014-07-21 11:48:03 +10:00
2014-07-03 23:51:25 +08:00
2014-01-24 02:59:02 +01:00
2014-01-24 02:59:02 +01:00
2014-04-03 09:31:52 +09:00
2013-09-11 16:47:31 +03:00
2014-02-25 16:32:43 -08:00
2014-06-18 23:31:11 +02:00
2013-10-03 11:23:38 +09:00
2014-05-22 13:53:23 +09:00
2014-05-22 13:53:35 +09:00
2014-06-18 23:31:11 +02:00
2014-06-29 14:52:43 -04:00
2014-07-05 19:17:35 -04:00
2014-06-09 15:12:47 +09:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-04-01 21:07:11 +02:00
2014-02-24 11:48:00 +09:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-07-01 21:44:29 +02:00
2013-11-14 20:21:09 +11:00
2012-12-26 09:28:18 +01:00

DefinitelyTyped Build Status

The repository for high quality TypeScript type definitions.

For more information see the definitelytyped.org website.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

Contributions

DefinitelyTyped only works because of contributions by users like you!

Please see the contribution guide on how to contribute to DefinitelyTyped.

How to get the definitions

List of definitions

Requested definitions

Here is an updated list of definitions people have requested.

Licence

This project is licensed under the MIT license.

Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.

Analytics

S
Description
The repository for high quality TypeScript type definitions.
Readme MIT
98 MiB
Languages
TypeScript 100%