18734 Commits
Author SHA1 Message Date
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
Jonas Eriksson 698ead9d7e Decoders and cache and more tests 2013-08-22 13:01:45 +02:00
Jonas Eriksson 8d4c567c55 Some adjustments + added tests 2013-08-22 12:47:47 +02:00
Jonas Eriksson 40d34e139e Type definitions for AmplifyJs 2013-08-22 12:30:26 +02:00
Qube 9e5144ad93 Flattening attempt. 2013-08-22 20:22:02 +10:00
Qube 604061b44d Switched from classes to interfaces. 2013-08-22 17:10:45 +10:00
Seboo 5f5f1b795a Fixed generic type references error in Knockout.ES5 definitions
Changes needed for TypeScript 0.9.1.1
2013-08-22 00:23:49 -03:00
Jon Egerton 49444066cb Add typings for jQuery.areYouSure
Add typings for jQuery.areYouSure dirty form monitoring plugin
2013-08-21 23:40:47 +01:00
Boris Yankov ecdc9e3812 Merge pull request #903 from DickvdBrink/master
Update moment.d.ts
2013-08-21 14:09:04 -07:00
Derek Cicerone e4cfb3a842 Fix breaks identified by TypeScript 0.9.1.1 2013-08-21 17:08:45 -04:00
Richard Hepburn 5b52dd6dc9 Fixed the KnockoutExtenders interface definition
The TS 0.9.1.1 compiler was complaining that the throttle property was
missing a generic type argument.
2013-08-21 15:49:58 -04: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
Daniel Ferreira Monteiro Alves e879c37f14 change bool to boolean in jquery.d.ts 2013-08-21 15:58:51 -03:00
Seboo 4699c5ba79 Fixed README references to Swiper, Knockout.ES5 and Knockout.DeferredUpdates 2013-08-21 14:52:24 -03:00
Seboo 434ac82d06 Added definitions for Knockout Deferred Updates plugin 2013-08-21 14:42:28 -03:00
Hans Malherbe 59c20e38fd Add optional time argument for process.hrtime 2013-08-21 17:45:32 +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
Qube 0ff1cbd9aa Wired up Siesta class inheritance. 2013-08-21 20:22:20 +10:00
Qube 1bdba85d16 Initial module and class structure. 2013-08-21 20:03:12 +10:00
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