19 Commits
Author SHA1 Message Date
Mohamed Hegazy 2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Frederik Wordenskjold 133ace301b Made Wreqr.radio a module 2014-07-29 20:36:17 +02:00
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
Bart van der Schoor 1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
Omid K. Rad c4d0c9a551 Backbone Generics 2014-04-24 17:45:31 -07:00
Basarat Ali Syed fcc1ab786a marionette : closes #2027 2014-04-12 18:44:14 +10:00
Sven e496efed37 Typed callback arg to Marionette.Callbacks.add as a Function 2014-02-12 22:22:50 +01:00
Sven 6667394125 Improvment on AppRouter
Added appRoute to Marionette.AppRouter
Removed Controller type on processAppRoutes controller arg
Added AppRouterOptions
2014-02-12 22:11:31 +01:00
Sven b3fa44db17 Added closeRegions to Marionette.Application 2014-02-12 21:55:43 +01:00
Sven 5d6afdcd1e Author Tag 2014-02-10 21:04:12 +01:00
Sven 80f6d4780c Added AMD support 2014-02-10 21:02:18 +01:00
Sven 5f8252b86c Added getRegion to Marionette.Application 2014-02-10 21:01:37 +01:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Natan Vivo a5d0e4d129 Generalize the type definition some methods that accept Views.
Specialize the return for some render() methods.
2013-05-29 22:41:48 -03:00
Natan Vivo bfceceaa15 Improved definition for MarionetteJS. Not perfect, but at least more complete. 2013-05-24 17:00:02 -03:00
Zeeshan Hamid 23d7e0b31e Update backbone and marionette 2013-05-10 16:56:59 -04:00