Mike H Hawley
de66a997ff
smoothie: fix streamTo signature
2014-03-16 21:39:24 +03:00
Masahiro Wakame
54d4f70ef8
Merge pull request #1851 from balassy/patch-4
...
AMD support
2014-03-16 09:54:05 +09:00
György Balássy
eba4473728
AMD support
...
Added AMD support as the original ZeroClipboard.js has direct built-in support for AMD as well.
2014-03-16 01:33:02 +01:00
Basarat Ali Syed
028836ee00
Merge pull request #1850 from borisyankov/def/gruntjs
...
Added missing write signature
2014-03-16 00:14:58 +11:00
Basarat Ali Syed
1693c24110
Added missing write signature
...
This is also consistent with the doc comments already there.
2014-03-16 00:03:28 +11:00
Masahiro Wakame
2e5ad83aee
Merge pull request #1829 from santialbo/patch-4
...
Fix typo on restify type definition
2014-03-15 21:53:06 +09:00
Santi Albo
418438f064
Fix typo on test
2014-03-15 13:12:19 +01:00
Basarat Ali Syed
0562055dd1
Merge pull request #1849 from borisyankov/def/gruntjs
...
Corrected location of `current`
2014-03-15 22:43:42 +11:00
Basarat Ali Syed
ee5fdbf00e
Corrected location of current
...
Reference : http://gruntjs.com/api/inside-tasks
2014-03-15 22:41:09 +11:00
Masahiro Wakame
ae850fea8f
Merge pull request #1848 from soywiz/urlrouter
...
- Added urlrouter
2014-03-15 20:35:08 +09:00
soywiz
476c4881c6
- Added urlrouter
2014-03-15 12:13:06 +01:00
vvakame
5a37274782
remove not required .tscparams
2014-03-15 19:00:36 +09:00
Masahiro Wakame
3ddf1821e8
Merge pull request #1785 from drewnoakes/smoothie
...
Update "smoothie" declarations with version from project itself.
2014-03-15 18:43:34 +09:00
Masahiro Wakame
69bf650b91
Merge pull request #1843 from ArturSoler/master
...
Some jasmine.d.ts fixes
2014-03-15 18:30:54 +09:00
Masahiro Wakame
f8befe2852
Merge pull request #1840 from j201/master
...
Fix AngularJS $q.when definition
2014-03-15 18:29:30 +09:00
Masahiro Wakame
9fdf13ddb0
Merge pull request #1831 from 44ka28ta/fixPrototype
...
fix the return type of google.maps.Polygon.getPaths
2014-03-15 18:21:15 +09:00
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
Artur Soler
73747f076c
calls is an object (it should probably be defined), not an array.
2014-03-14 18:44:29 +01:00
Artur Soler
814f95190a
callFake can receive a function that takes parameters.
2014-03-14 18:43:04 +01:00
Artur Soler
c2b80d5ccb
Add ddescribe and iit function definitions.
2014-03-14 18:41:59 +01: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
Drew Noakes
ffc5d0f897
Update README with additional author.
2014-03-14 16:22:50 +00:00
Drew Noakes
c165d333eb
Update "smoothie" declarations with version from project itself.
...
This version is more complete and includes inline JSDoc comments for
most types/functions/properties.
2014-03-14 16:22:50 +00:00
unknown
e7396efb0c
Change my tabs to spaces
2014-03-14 11:19:32 -04:00
unknown
bd9d835aa7
Fix $q.when definition
2014-03-14 11:13:07 -04: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
44ka28ta
adbdf2705f
fix the return type of google.maps.Polygon.getPaths
2014-03-13 03:32:59 +09: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
Santi Albo
90dd6ead84
Fix typo on restify type definition
...
InvalidArgu**e**mentError => InvalidArgumentError
2014-03-12 11:49:04 +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