Masahiro Wakame
78ace2bb01
Merge pull request #1822 from santialbo/restify-cors
...
Adds missing method CORS on restify type definition
2014-03-15 18:06:32 +09:00
Masahiro Wakame
93a2313f62
Merge pull request #1821 from niemyjski/patch-3
...
More updates for the latest version.
2014-03-15 18:04:38 +09:00
Masahiro Wakame
3d3832de3e
Merge pull request #1819 from ufon/master
...
Socket.io lifting :)
2014-03-15 17:55:22 +09:00
Masahiro Wakame
a22803559a
Merge pull request #1806 from smrq/master
...
Fixed d3 definitions for d3.geom.voronoi
2014-03-15 17:48:12 +09:00
Masahiro Wakame
f276315faa
Merge pull request #1816 from smrq/d3-enterselection
...
Added missing functions to d3 EnterSelection interface
2014-03-15 17:45:10 +09:00
Masahiro Wakame
cfa56ae17b
Merge pull request #1780 from majorsilence/master
...
Add definition of jquery.placeholder
2014-03-15 17:17:49 +09:00
Masahiro Wakame
038b4f4d37
Merge pull request #1726 from lpperras/patch-1
...
addMethod params arguments vs array syntax
2014-03-15 17:08:54 +09:00
Masahiro Wakame
470c1eed6a
Merge pull request #1623 from mikehhawley/patch-3
...
node-ffi: fix Function overrides
2014-03-15 17:05:44 +09:00
John Reilly
c8625c62d3
Merge pull request #1842 from johnnyreilly/master
...
jQuery: closest
2014-03-14 17:31:39 +00:00
John Reilly
3fd61644e2
jQuery: added overload
2014-03-14 17:26:43 +00:00
John Reilly
436d236995
jQuery: closest
2014-03-14 17:20:17 +00:00
John Reilly
c4b432a01f
Merge pull request #1839 from johnnyreilly/master
...
jQuery: JSDoc completeness within reach
2014-03-14 11:06:59 +00:00
John Reilly
002e1bf169
jQuery: Put back in what I accidentally removed
2014-03-14 11:02:11 +00:00
John Reilly
cfde90d4e7
jQuery: tests now cast to svgjs.LinkedHTMLElement
...
This could be made implicit by extending the JQuery interface with:
get(index: number): svgjs.LinkedHTMLElement;
Looking at the library it didn't seem sensible to create a dependency on
jQuery even though the tests have one.
2014-03-14 10:51:24 +00:00
John Reilly
246e0785b8
jQuery: JSDoc completeness within reach
...
well nearly
2014-03-14 10:16:19 +00:00
Bart van der Schoor
687d40ad95
Merge pull request #1691 from hansrwindhoff/master
...
Created definitions for https://github.com/dc-js/dc.js , closes #1837
2014-03-13 23:01:03 +01:00
John Reilly
32c0e316cd
Merge pull request #1836 from cannn/patch-1
...
Update jquery.address.d.ts
2014-03-13 15:19:37 +00:00
John Reilly
7a0963cf69
Merge pull request #1835 from johnnyreilly/master
...
jQuery: continuing JSDoc
2014-03-13 15:18:21 +00:00
cannn
b5e1b5bf54
Update jquery.address.d.ts
...
support for several additional functions of jquery.address
2014-03-13 15:52:40 +01:00
John Reilly
64f7f2b630
jQuery: expanded text to cover number and boolean
...
following input from @dmethvin
2014-03-13 14:02:36 +00:00
John Reilly
f1cd2ccc32
jQuery: continuing JSDoc
...
Introducing missing test suites / tightening up typings along the way
2014-03-13 10:37:17 +00:00
John Reilly
bd25f3061d
Merge pull request #1830 from johnnyreilly/master
...
jQuery: 1 more step along the world
2014-03-12 13:23:18 +00:00
John Reilly
08fcf45312
jQuery: 1 more step along the world
...
to JSDoc completeness I go...
2014-03-12 13:15:28 +00:00
Igorbek
50ce2be840
Merge pull request #1826 from dougajmcdonald/master
...
jQuery.datetimepicker: added definition for jQuery DateTimePicker http://trentrichardson.com/examples/timepicker/
2014-03-11 13:31:29 -07:00
dougajmcdonald
a0b676989c
Create jquery.ui.datetimepicker-tests.ts
2014-03-11 14:12:30 +00:00
dougajmcdonald
042cf083ff
Update jquery.ui.datetimepicker.d.ts
...
Updated reference to other d.ts (these were different for me locally)
2014-03-11 14:11:59 +00:00
dougajmcdonald
a4cd5294d4
Update jquery.ui.datetimepicker.d.ts
...
Resolved some issues with the interface for time options I didn't fully understand.
Made many more options...optional.
2014-03-11 13:58:22 +00:00
dougajmcdonald
f6518d7a5a
Delete jquery.ui.datetimepicker.d.ts
2014-03-11 13:45:32 +00:00
dougajmcdonald
b2a58ab7a2
Update README.md
2014-03-11 13:41:15 +00:00
dougajmcdonald
5c4144acda
Create jquery.ui.datetimepicker.d.ts
2014-03-11 13:37:41 +00:00
dougajmcdonald
a5ad3549ea
Create jquery.ui.datetimepicker.d.ts
2014-03-11 13:34:45 +00:00
Igorbek
760918b889
Merge pull request #1823 from Igorbek/master
...
Definitions of spec of Promises/A+; Updated RxJS
2014-03-10 11:24:41 -07:00
Igor Oleinikov
c0faaf0ebc
promises-a-plus: fixed Q import casing in tests
2014-03-10 21:43:25 +04:00
Igor Oleinikov
0a70335334
Merge branch 'promises-a-plus'
2014-03-10 21:27:52 +04:00
Igor Oleinikov
207d7d0fac
promises-a-plus: updated tests of compatibility with implementation libraries
2014-03-10 21:26:58 +04:00
Santi Albo
071788e345
Add CORS method on restify module
2014-03-10 16:44:30 +00:00
Masahiro Wakame
8eac4c4c54
Merge pull request #1783 from colindembovsky/patch-1
...
Update AmCharts.d.ts
2014-03-10 23:39:13 +09:00
Blake Niemyjski
3d44fb65ea
More updates for the latest version.
2014-03-10 09:39:05 -05:00
Václav Oborník
01dd203b6c
Socket.io - moved interfaces from global evil namespace 'socket.io' module
2014-03-10 12:19:57 +01:00
Václav Oborník
e7491baf9d
Socket.io - added return type of SocketNamespace for authorization method
2014-03-10 12:15:15 +01:00
Greg Smith
5be35e694e
Added missing functions to d3 EnterSelection interface
2014-03-09 03:25:58 -05:00
Greg Smith
5a8800501d
d3.js definitions: added a more complex Voronoi diagram test case, and updated definitions to pass
2014-03-09 03:04:18 -05:00
Masahiro Wakame
9dcfafacb5
Merge pull request #1811 from ufon/master
...
Restify routing
2014-03-09 17:04:04 +09:00
Václav Oborník
f788ac6ca4
renamed 'next' intarface to 'Next'
2014-03-09 06:23:11 +01:00
Masahiro Wakame
aa0a231d6c
Merge pull request #1809 from ofirgeller/master
...
strings for templates. parameters and return types for callbacks. renames interfaces to have I as prefix
2014-03-09 13:46:06 +09:00
Masahiro Wakame
ab967c8aaa
Merge pull request #1815 from JoshRosen/rx-export
...
Export Rx as "rx" module for CommonJS loading
2014-03-09 12:40:12 +09:00
Masahiro Wakame
b676838c40
Merge pull request #1810 from gyohk/master
...
added classes that has not been documented, and deleted classes ...
2014-03-09 12:06:52 +09:00
Josh Rosen
12366aca7e
Export as "rx" module for CommonJS loading.
2014-03-08 17:10:29 -08:00
Bart van der Schoor
4f75bef422
Merge pull request #1814 from Bartvds/def/bluebird
...
Converted the bluebird definitions to generics
2014-03-09 00:12:59 +01:00
Bart van der Schoor
a490e14f01
Small fixes for bluebird generics
2014-03-09 00:04:03 +01:00