Commit Graph

1922 Commits

Author SHA1 Message Date
gstamac
858df696fd Logg: changed "import module" to "import require" 2013-08-23 13:11:42 +02:00
gstamac
0243aa7790 Cheerio: changed "import module" to "import require" 2013-08-23 12:39:34 +02:00
gstamac
c662aa0fbb jQuery: fixed a failing test 2013-08-23 12:08:00 +02:00
gstamac
299ee16372 Jasmine: replaced a lot of "any" with correct types 2013-08-23 08:40:16 +02:00
gstamac
30aadbbb58 Jasmine-jQuery: added jasmine.d.ts reference 2013-08-22 15:30:02 +02:00
gstamac
f73fc9e588 Jasmine-jQuery: jasmine namespace is needed after all 2013-08-22 15:08:37 +02:00
gstamac
5724aa0c68 Jasmine-jQuery: no need to use jasmine namespace 2013-08-22 14:34:50 +02:00
gstamac
c021c127b7 Jasmine-jQuery: updated main readme 2013-08-22 14:20:31 +02:00
gstamac
bcd240fd74 Jasmine-jQuery: added tests 2013-08-22 14:15:58 +02:00
gstamac
62df3135e5 Jasmine-jQuery: fixed some method parameter types 2013-08-22 13:29:29 +02:00
gstamac
057e3ada15 Jasmine-jQuery: toBeDisabled and toBeFocused shouldn't have parameters 2013-08-22 13:17:13 +02:00
Boris Yankov
ecdc9e3812 Merge pull request #903 from DickvdBrink/master
Update moment.d.ts
2013-08-21 14:09:04 -07:00
Dick van den Brink
884056be23 Update iscroll.d.ts
Fixed typo in iscroll.d.ts
2013-08-21 21:14:21 +02:00
Dick van den Brink
c5de1aa62a Update iscroll-lite.d.ts
Fixed typo in iscroll-lite.d.ts
2013-08-21 21:13:57 +02:00
Dick van den Brink
900b296299 Update moment.d.ts
Added isBefore/isAfter methods without parameters. 
According to the documentation it will default to the current time.
see: http://momentjs.com/docs/#/query/is-before/
2013-08-21 21:09:42 +02:00
Boris Yankov
e2c1506d6b Merge pull request #885 from gstamac/master
Jasmine: removed constructor definition in Reporter interface
2013-08-21 07:26:41 -07:00
Boris Yankov
22d36d614e Merge pull request #896 from sgaliano/master
Added definitions for Knockout-ES5 plugin
2013-08-21 07:23:22 -07:00
Boris Yankov
781d0acb99 Merge pull request #897 from jonegerton/sammyjs
sammyjs: Resolve syntax issue with route overloads, Add line to README for docCookies
2013-08-21 07:22:02 -07:00
Boris Yankov
c0d8c89c3b Merge pull request #899 from oadam/master
Fixed issue when using $.extend to merge defaultOptions and options
2013-08-21 07:21:16 -07:00
Boris Yankov
b1fe017cbd Merge pull request #898 from santialbo/patch-6
Select2: make optional parameters optional
2013-08-21 07:20:54 -07:00
oadam
2faf4ef12c Fixed issue when using $.extend to merge defaultOptions and options 2013-08-21 15:39:22 +02:00
gstamac
7862cd8e01 Jasmine: fixed createSpy optional function parameter 2013-08-21 15:23:00 +02:00
Santi Albo
a05a73f965 Select2: make optional parameters optional
Both `more` and `context` arguments are optional for the object passed to `callback` in `Select2QueryOptions`.

See docs example for clarification: http://ivaynberg.github.io/select2/#data
2013-08-21 11:59:44 +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
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