Commit Graph
10254 Commits
Author SHA1 Message Date
Santi Albo 51181ea711 "users" is a RestangularCollection, one -> `all 2013-08-21 10:51:25 +01:00
Jon Egerton 4a4c8157ed Add line to README.md for added docCookies types 2013-08-21 09:27:34 +01:00
Jon Egerton 12b98a4372 sammyjs: Resolve syntax issue with route overloads
Resolve issue with route overloads by removing the route overload that
returns void in favour of those that return Application (this matches
the library code)
2013-08-21 09:09:25 +01:00
Seboo 2c0fc09d50 Fixed link to Swiper slider 2013-08-21 02:29:56 -03:00
Seboo c47c4e631a Updated README to put a reference to Knockout-ES5 2013-08-21 02:28:21 -03:00
Seboo ab573b66dc Added definitions for Knockout-ES5 plugin 2013-08-21 02:25:04 -03:00
Diullei Gomes 11d86e7276 Merge pull request #895 from brian428/_extjs
Update Ext JS definition to work with the new TS 0.9.1
2013-08-20 20:55:14 -07:00
Brian Kotek c498d339b4 Update Ext JS definition to work with the new TS 0.9.1 (Previous push actually was for TS 0.9.0.1) 2013-08-20 23:22:17 -04:00
Diullei Gomes cecf5700c7 Merge pull request #889 from jbaldwin/master
Upgraded jbaldwin projs to 0.9.1.0
2013-08-20 20:10:31 -07:00
Diullei Gomes aaa9972dc0 Merge pull request #892 from sgaliano/master
Added definitions for Swiper
2013-08-20 19:51:49 -07:00
jbaldwin 6577db67c7 Fixed issues from pull request on DefinitelyTyped
Removed sugar-tests.ts, it has an encoding problem that I need to fix (
uses non-ascii characters and the TS compiler chokes on them)
2013-08-20 20:40:12 -06:00
Seboo 7e88186415 The tests file name should be plural 2013-08-20 23:07:03 -03:00
Diullei Gomes 1c15b65287 Merge pull request #888 from jonegerton/master
Add new definitions for docCookies
2013-08-20 18:32:24 -07:00
Diullei Gomes 21e347b29b Merge pull request #887 from ashwinr/master
update d3 and mocha definitions
2013-08-20 18:28:04 -07:00
Diullei Gomes d1579ee834 Merge pull request #886 from caryhaynie/master
update connect() calls to correctly return NodeSocket object.
2013-08-20 18:25:16 -07:00
Jon Egerton 34496a8c8f Revert "Resolve syntax issue with route overloads"
This reverts commit 7494a3d556.
2013-08-21 00:32:51 +01:00
Jon Egerton a63c95b833 Merge pull request #1 from jonegerton/patch-1
Include the settings field on ColorboxStatic
2013-08-20 16:25:05 -07:00
Jon Egerton 7494a3d556 Resolve syntax issue with route overloads
Resolve issue with route overloads by removing the route overload that
returns void in favour of those that return Application (this matches
the library code)
2013-08-21 00:08:34 +01:00
gstamac 01aa7f4e75 SignalR: added SignalR.reconnecting event handler 2013-08-20 16:06:43 +02:00
gstamac 198804cbfe Jasmine: added currentSpec to Env 2013-08-20 11:51:18 +02:00
Seboo 2c4b3f8e03 Added definitions for Swiper 2013-08-19 23:13:39 -03:00
Jared Pochtar de92542c55 Router.routes, View.events, and Model.defaults -> method form
As of typescript 0.9.1, fields are set after calling the super
constructor, so if events, defaults, or routes are set to object
literals, they will not be seen by backbone, and will not be bound.
The cleanest way to fix this is to define them as methods which return
an object hash, as the methods are already on the prototype chain when
backbone looks for events/defaults/routes, and backbone supports either
objects or functions that when called return objects.
2013-08-19 19:56:50 -04:00
jbaldwin f6c5a200e5 Upgraded jbaldwin projs to 0.9.1.0 2013-08-19 16:19:56 -06:00
Jon Egerton 9a673597f0 Add new definitions for docCookies
Definitions for Mozilla document.cookies wrapper
2013-08-19 23:16:48 +01:00
ashwinr fd5c5d0f38 update mocha definitions 2013-08-19 16:01:33 -04:00
ashwinr eba1bc3c13 Update d3.d.ts
Fix transform definition.
2013-08-19 15:51:33 -04:00
Cary Haynie 1a95e29af3 update connect() calls to correctly return NodeSocket object. 2013-08-19 10:49:44 -04:00
gstamac 56a4a19e61 Jasmine: added jasmine.objectContaining 2013-08-19 16:29:38 +02:00
gstamac 4a496356b3 added Jasmine-JQuery definition 2013-08-19 12:52:03 +02:00
gstamac a65518d9eb Jasmine: removed constructor definition in Reporter interface 2013-08-19 11:04:10 +02:00
Boris Yankov 23f2e1cd15 Merge pull request #879 from benjaminjackman/master
Jasmine: Added any types to avoid errors --noImplicitAny
2013-08-18 13:29:12 -07:00
Boris Yankov ca2e7dcfb6 Merge pull request #884 from AndrewGaspar/async
Async with external module support.
2013-08-18 13:28:53 -07:00
Santi Albo c4ce9e9723 Remove unnecessary definitions and other small fixes
- Use optional parameters to delete unnecessary definitions.
- `queryParams` type is `any`, not `string`.
- Delete `getList` type definition without any arguments for `RestangularElement` since the documentation says that `subElement` is mandatory (https://github.com/mgonto/restangular#element-methods)
2013-08-18 21:05:49 +01:00
Andrew Gaspar 1eab71a53a Async with external module support. 2013-08-18 03:54:59 -05:00
Diullei Gomes 9804057326 Merge pull request #882 from TyOverby/patch-2
Fixed typing mistake
2013-08-17 18:05:21 -07:00
Diullei Gomes d300cf5a8a Merge pull request #881 from ashwinr/master
add definition for d3.transform
2013-08-17 18:04:02 -07:00
Ty c2a7c36945 Fixed type mistake 2013-08-17 15:22:54 -07:00
Ashwin Ramaswamy ef53454ef4 add definition for d3.transform 2013-08-17 16:36:44 -04:00
Ben Jackman 34a3c8fc0f Jasmine: Added any types to avoid errors --noImplicitAny
Signed-off-by: Ben Jackman <ben@jackman.biz>
2013-08-17 00:00:20 -05:00
Diullei Gomes e5c8219bcf Merge pull request #878 from AndrewGaspar/convert-source-map
Added definitions for convert-source-map
2013-08-16 19:34:56 -07:00
Diullei Gomes a11fb5bffe Merge pull request #877 from barbara42/master
Definitions for GoJS diagramming library
2013-08-16 19:32:39 -07:00
Diullei Gomes 4427bd03f4 Merge pull request #876 from jonegerton/patch-1
Include the settings field on ColorboxStatic
2013-08-16 19:30:50 -07:00
Diullei Gomes ecce1ee6e8 Merge pull request #867 from AndrewGaspar/knockoutamd
Made knockout.d.ts support both AMD and static loading.
2013-08-16 19:24:23 -07:00
Diullei Gomes 200488ec2d Merge pull request #870 from AndrewGaspar/moduletests
tests now run with module flag set to commonjs
2013-08-16 19:21:40 -07:00
Andrew Gaspar 108f41dad9 Added comment header to definiton. 2013-08-16 14:55:32 -05:00
Andrew Gaspar bfeafe4660 Added definitions for convert-source-map 2013-08-16 14:53:34 -05:00
barbara42 70f095961c Definitions for GoJS diagramming library 2013-08-16 15:42:34 -04:00
Andrew Gaspar f2f7453b55 Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests 2013-08-16 14:28:54 -05:00
Andrew Gaspar 35fcd0d844 Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests 2013-08-16 14:24:44 -05:00
Andrew Gaspar d2c8a328f2 Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests 2013-08-16 14:15:18 -05:00