Commit Graph
3198 Commits
Author SHA1 Message Date
Igor Oleinikov ef86830809 async: fixed errors in async-tests.ts related to switch on TS 0.9.5 2013-12-06 15:19:46 +04:00
Igor Oleinikov b3e31cb848 angularjs: fixed errors in angular-tests.ts related to switch on TS 0.9.5 2013-12-06 15:15:53 +04:00
Igor Oleinikov 5dc169c4b5 rx.js: fixed rx.js.time.d.ts errors related to switch on TS 0.9.5; some over minor fixes 2013-12-06 15:05:59 +04:00
Igor Oleinikov 6eac295fa2 Fixed SignalR tests 2013-12-06 14:54:16 +04:00
Igor Oleinikov ad647a0115 knockout: fixed tests/knockout-tests.ts to align with TS 0.9.5 2013-12-06 14:40:58 +04:00
Masahiro Wakame 5d2205bb5e Merge pull request #1390 from Igorbek/master
ix.js: aligned with
2013-12-06 02:19:51 -08:00
Igor Oleinikov e46dd25be8 Added test for ruduce with workaround of bug: https://typescript.codeplex.com/workitem/1960 2013-12-06 12:49:34 +04:00
Masahiro Wakame b90aae0772 Merge pull request #1387 from vvakame/0.9.5-browser-harness
browser-harness ts0.9.5
2013-12-05 20:01:08 -08:00
Masahiro Wakame 0059a9b20d ts0.9.5 fix browser-harness 2013-12-06 12:59:20 +09:00
Basarat Syed 140cd16852 ts0.9.5 fix breezejs needed https://typescript.codeplex.com/workitem/1970 2013-12-06 14:24:58 +11:00
Basarat Syed e89fb61614 fix gruntjs defs 2013-12-06 13:44:47 +11:00
Masahiro Wakame 86079ffb6e Switch test runner's tsc version 0.9.1.1 to 0.9.5 2013-12-06 10:40:31 +09:00
Basarat Ali Syed 6792863658 Merge pull request #1382 from johnnyreilly/master
jQuery: added data JSDoc + a little generic love
2013-12-05 13:02:33 -08:00
John Reilly 44eb8f38a3 jQuery: added data JSDoc + a little generic love 2013-12-05 17:08:05 +00:00
Masahiro Wakame 2a8d2ec77b Merge pull request #1377 from johnnyreilly/master
jQuery: added when / css JSDoc
2013-12-05 05:50:26 -08:00
Masahiro Wakame 5336b8ffab Merge pull request #1381 from hesselink/master
jQuery: add overload for 'off' accepting a handler but no selector.
2013-12-05 05:46:33 -08:00
John Reilly e630fbd170 jQuery: added array overloads for jQuery transit 2013-12-05 13:19:25 +00:00
Erik Hesselink 51a0c43568 jQuery: add overload for 'off' accepting a handler but no selector. 2013-12-05 14:18:50 +01:00
Masahiro Wakame b96cfe368a Merge pull request #1380 from halfninja/master
Update util.inspect API.
2013-12-05 05:13:20 -08:00
Nick Howes 073000951d Update util.inspect API.
Latest API has an options object as the second parameter
instead of separate parameters. The old API is still supported
so have added the new signature as an overload.

Updated node-tests.ts
2013-12-05 12:45:17 +00:00
Masahiro Wakame a84aa103ff Merge pull request #1379 from nvivo/jquery-attrs
Fix $.attrs(object) for TS 0.9.5.
2013-12-05 04:35:50 -08:00
Natan Vivo 093a37ece8 Since TS 0.9.5, "{ [key: string]: any; }" does not map to literal objects anymore.
Accepting "any" is then required to accept object maps in attrs(). This shouldn't affect 0.9x.
2013-12-05 10:05:28 -02:00
Masahiro Wakame bcaefb2b37 Merge pull request #1378 from jzarnikov/master
raphael - made types of dom-elements more specific
2013-12-05 03:56:55 -08:00
Jan Zarnikov 5b34061540 tween.js - more detailed definition of callback functions, added new yoyo() and repeat() function to Tween 2013-12-05 12:31:53 +01:00
Jan Zarnikov 47b04c5985 raphael - made types of dom-elements more specific 2013-12-05 12:14:18 +01:00
John Reilly 91524d87a7 jQuery: added when / css JSDoc
Also cleaned up CSS overloads and removed unused ones.
2013-12-05 11:13:39 +00:00
Basarat Ali Syed 684691c720 Merge pull request #1375 from rjamesnw/master
Added new type definition library.
2013-12-04 15:44:56 -08:00
James 59fa6e6597 Update README.md 2013-12-04 14:44:23 -05:00
James 0556962d07 Added add2home (Add To home Screen) for iPhone and iPad users. 2013-12-04 14:38:28 -05:00
Masahiro Wakame 270ff8afbc Merge pull request #1374 from mattbrooks2010/master
Added missing tests.
2013-12-04 06:28:14 -08:00
mattbrooks2010 72ac68b98e Added missing tests.
- Added routie-tests.ts file
- Tweaked definition file for compilation using tsc --noImplicitAny
2013-12-04 13:50:18 +00:00
Basarat Ali Syed 7b940e7cf9 Merge pull request #1373 from mattbrooks2010/master
Added definitions overloads of routie function.
2013-12-04 04:34:05 -08:00
Basarat Ali Syed 777a742a5b Merge pull request #1372 from johnnyreilly/master
knockout.projections: Created typings and tests
2013-12-04 04:32:24 -08:00
mattbrooks2010 ae37ccca01 Added definitions overloads of routie function.
The routie function supports being called in a number of ways with
different types of parameters. Added two new overloaded definitions for
this function.
2013-12-04 11:55:15 +00:00
John Reilly a20e5adf6a knockout.projections: corrected header 2013-12-04 11:35:18 +00:00
John Reilly 6d740ceb67 knockout.projections: Created typings and tests 2013-12-04 11:28:29 +00:00
Basarat Ali Syed 9f3be188ac Merge pull request #1368 from halfninja/halfninja-node-url
Fix Node url.format() param type
2013-12-03 13:02:58 -08:00
Masahiro Wakame 589c9666c9 Merge pull request #1371 from nvivo/jqueryui-sortable-selector
Fix too restrictive sortable options.
2013-12-03 09:34:45 -08:00
Masahiro Wakame f469f74cb5 Merge pull request #1364 from loyd/websocket
Add websocket
2013-12-03 09:31:19 -08:00
Masahiro Wakame 8ef39cf8e4 Merge pull request #1370 from hesselink/jquery-event-specialization
jQuery: split out Event constructor in separate object.
2013-12-03 08:25:31 -08:00
Masahiro Wakame 59269a45ad Merge pull request #1369 from johnnyreilly/master
jQuery: Added AJAX JSDoc + tightened up overloads
2013-12-03 08:23:43 -08:00
Natan Vivo f9b6bfd6fe Fix too restrictive sortable options.
From jquery docs: "If Selector is specified as the type of an argument, it accepts everything that the jQuery constructor accepts, eg. Strings, Elements, Lists of Elements."
http://api.jquery.com/Types/#Selector
2013-12-03 14:12:42 -02:00
Erik Hesselink 0f8fda7d49 jQuery: split out Event constructor in separate object.
This way, it is possible to specialize constructor for certain strings
to return a specific event type.
2013-12-03 16:01:08 +01:00
John Reilly 0283025a75 jQuery: a few more while I'm at it 2013-12-03 14:35:04 +00:00
John Reilly 0727cb849e jQuery: tabs to spaces 2013-12-03 14:23:09 +00:00
John Reilly a1e6cb6236 jQuery: Added data-less get / getJSON overloads
data on success => any
2013-12-03 14:20:55 +00:00
John Reilly 34f2dd7506 jQuery: Added AJAX JSDoc + tightened up overloads 2013-12-03 14:11:46 +00:00
Nick Howes 04ddf4ba31 Fix url.format() param type. 2013-12-03 13:20:56 +00:00
Basarat Ali Syed 7f90ac8db3 Merge pull request #1367 from hesselink/master
jquery: tabs to spaces.
2013-12-02 15:12:46 -08:00
Basarat Ali Syed 0fa3377d8d Merge pull request #1366 from johnnyreilly/master
jQuery:JSDoc for ajax/ajaxPrefilter/parseHTML+XML
2013-12-02 15:12:20 -08:00