Commit Graph
1934 Commits
Author SHA1 Message Date
gstamac eb4eb383bc added possibility to provide extra TSC params in test runner (see Backgrid) 2013-08-23 20:52:29 +02:00
gstamac cb822a64a3 Sugar: commented out some code that produced "RangeError: Maximum call stack size exceeded" (TSC bug) 2013-08-23 20:07:45 +02:00
gstamac d04613e640 Sugar: bool changed to boolean 2013-08-23 19:37:03 +02:00
gstamac 8e69c2c60c Unity-WebAPI: added External.getUnityObject 2013-08-23 14:19:55 +02:00
gstamac fb6444b5a1 Scroller: cast to HTMLElement for getElementsByTagName was needed 2013-08-23 14:04:30 +02:00
gstamac e377e15866 Restify: changed "import module" to "import require" 2013-08-23 14:01:06 +02:00
gstamac 7ab35b92ff Modernizr: fixed alert function override 2013-08-23 13:59:42 +02:00
gstamac 822274f76e PouchDB: fixed alert function override 2013-08-23 13:58:40 +02:00
gstamac 202a9918e2 PhoneGap: fixed two "Duplicate identifier" errors in tests 2013-08-23 13:51:53 +02:00
gstamac a5172bd3b0 Mode_Redis: fixed date difference logging 2013-08-23 13:48:36 +02:00
gstamac 844b0298b2 MsNodeSql: fixed QueryCallback and tests 2013-08-23 13:43:01 +02:00
gstamac a8fab63408 Modernizr: fixed "Overload signatures must all be ambient or non-ambient" no need to override alert if we are just testing syntax 2013-08-23 13:27:10 +02:00
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