20 Commits

Author SHA1 Message Date
Natan Vivo
5259a60b02 Colleciton model must be any, as the class itself must be passed, not an instance.
Template parameter is optional.
2013-05-29 22:33:17 -03:00
Zeeshan Hamid
23d7e0b31e Update backbone and marionette 2013-05-10 16:56:59 -04:00
Zeeshan Hamid
44212a3791 Adding className and id to backbone view 2013-05-07 19:23:17 -04:00
Kazi Manzur Rashid
2e898e0c38 stopListening can be invoked without any argument. 2013-05-03 17:12:36 +06:00
Kazi Manzur Rashid
d2e0be3ea9 Model isValid should return boolean instead of string 2013-04-30 13:54:50 +06:00
Kazi Manzur Rashid
0fea2d1a86 Added the test for the previous changes. 2013-04-20 09:59:51 +06:00
Kazi Manzur Rashid
2a9a991418 Updated the signatures and included some of the recent changes of Backbone.js v1.0.0 2013-04-19 05:20:09 +06:00
parliament718
76339b1240 Update backbone.d.ts
Added Backbone.History.started 

https://github.com/documentcloud/backbone/pull/538#issuecomment-15996793
2013-04-09 16:31:42 -03:00
Guus Goossens
f8cbbfaae7 Optional parameters for Backbone. 2013-02-25 13:49:41 +01:00
Diullei Gomes
887f6de365 Merge pull request #326 from Diullei/master
fix tests to: jquery.bbq, jquery and backbone.
2013-02-23 22:13:34 -08:00
Diullei Gomes
6acad39924 fix backbone test 2013-02-24 02:59:27 -03:00
Omid K. Rad
b403d81779 Added options parameter to Backbone.Model.set() 2013-02-22 10:16:44 -08:00
Omid K. Rad
7d1f71d700 Added two function definitions for Backbone.History 2013-02-21 15:56:14 -08:00
ProVega
761af95d45 Update backbone/backbone.d.ts
Removing getByCid which was removed 0.9.9
2013-01-31 23:31:53 -08:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Natan Vivo
c7d2934d6d Update project references to use jQuery 1.9 instead of missing 1.8 file. 2013-01-17 12:05:06 -02:00
Stuart Thompson
040418a364 Backbone.Router now extends Events
The Backbone.Router class did not previously extend Events in the
definition file. This caused the TypeScript compiler to raise an
error when calling one of the Events methods (such as on()) on an
instance of a router.

This change allows instances of classes derived from Backbone.Router
to call methods on the Events class that are inherited by the router.
2012-12-07 15:39:11 -08:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00