Masahiro Wakame
f28a53a9be
Merge pull request #1398 from michalkutil/master
...
Moment: Added definitions for Week
2013-12-06 15:10:29 -08:00
Masahiro Wakame
7be1c3974f
Merge pull request #1395 from mikehhawley/patch-1
...
Fix fs interface
2013-12-06 15:07:58 -08:00
Masahiro Wakame
d75ef9e5c6
Merge pull request #1397 from Igorbek/patch-1
...
Update README.md
2013-12-06 15:06:04 -08:00
Michal Kutil
10227c6540
Moment: Added definitions for Week
2013-12-06 16:41:59 +01:00
Igorbek
8a6f35c30c
Update README.md
...
Added self to the contributor list (author of ix.js, knockout.rx typings)
2013-12-06 07:20:00 -08:00
Masahiro Wakame
a1bada0ac6
Merge pull request #1393 from MagicMau/highcharts-fix
...
fixed typo in HighchartsChartOptions and fixed parameter in HighchartsCh...
2013-12-06 06:50:26 -08:00
Mike H. Hawley
8f9ac50d4b
Fix fs interface
2013-12-06 17:42:57 +03:00
Maurits Elbers
a2017ed616
fixed typo in HighchartsChartOptions and fixed parameter in HighchartsChartObject
2013-12-06 14:39:36 +01:00
Masahiro Wakame
e55d67e741
Merge pull request #1391 from butlersoftware/computed-polymorphism-fix
...
Fixed KnockoutComputed polymorphism
2013-12-06 03:49:14 -08:00
Thomas Butler
b26095e9fa
Fixed KnockoutComputed polymorphism
...
Changed KnockoutComputed to inherit KnockoutObservable to enable
polymorphic/covariant reference conversion (see included unit test for
example).
2013-12-06 06:10:12 -05:00
Masahiro Wakame
c4c51cfb72
Merge pull request #1388 from vvakame/add-simple-cw-node
...
Added simple-cw-node.d.ts and tests
2013-12-05 23:41:49 -08:00
Masahiro Wakame
22ec65950a
Added simple-cw-node.d.ts and tests
2013-12-06 16:12:57 +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