Mika Turunen
|
6f12067113
|
'os' modules tmpdir function name fixed for 0.10.1 definitions.
|
2014-11-25 21:25:28 +02:00 |
|
Mika Turunen
|
6c6a5cce6d
|
Fixed the 'os' modules tmpdir function declaration.
|
2014-11-25 21:07:31 +02:00 |
|
Masahiro Wakame
|
d5e3114c8c
|
Merge pull request #3158 from rushi216/master
changed onpan function signature as it is called by x and y co-ordinates
|
2014-11-18 14:05:41 +09:00 |
|
Masahiro Wakame
|
81ea9a50e2
|
Merge pull request #3161 from cherrydev/master
Removed (very) obsolete toNot* wasNot* matchers
|
2014-11-18 12:05:42 +09:00 |
|
Masahiro Wakame
|
56b240f133
|
Merge pull request #3157 from ciddan/nprogress-inc
Added inc overload that takes an amount
|
2014-11-18 11:38:03 +09:00 |
|
Masahiro Wakame
|
30e54d0143
|
Merge pull request #3156 from mjul/fix-typos
Corrected parameter name.
|
2014-11-18 11:37:23 +09:00 |
|
Masahiro Wakame
|
c7c078cde2
|
Merge pull request #3155 from pspi/request-chaining
Request: allow method chaining with .on()
|
2014-11-18 10:50:02 +09:00 |
|
cherrydev
|
9b15f26653
|
Removed (very) obsolete toNot* wasNot* matchers
|
2014-11-17 14:37:56 -08:00 |
|
rushi216
|
907856f4db
|
changed onpan function signature as it is called by x and y co-ordinates seperatly, not with object
|
2014-11-17 17:46:01 +05:30 |
|
Mikael Selander
|
30c37d82b5
|
Added test
|
2014-11-17 10:47:33 +01:00 |
|
Mikael Selander
|
d4c49e7eff
|
Added inc overload that takes an amount
|
2014-11-17 10:44:23 +01:00 |
|
Martin Jul
|
dfbb155b89
|
Corrected parameter name.
|
2014-11-17 10:01:35 +01:00 |
|
Panu Pitkämäki
|
ffd35dda97
|
fix travis, any check
|
2014-11-17 08:53:31 +02:00 |
|
pspi
|
26c17dce8d
|
allow method chaining with .on()
|
2014-11-17 08:26:47 +02:00 |
|
vvakame
|
71e7549601
|
Merge branch 'update-contributors.md'
|
2014-11-17 12:37:37 +09:00 |
|
vvakame
|
173f0e6471
|
update CONTRIBUTORS.md
|
2014-11-17 12:37:26 +09:00 |
|
Masahiro Wakame
|
8ceabaafb3
|
Merge pull request #3148 from qinfchen/master
more typings for sigmajs
|
2014-11-17 11:40:21 +09:00 |
|
Masahiro Wakame
|
73ab521b59
|
Merge pull request #3146 from nmehlei/master
fixes for Knockout and Moment
|
2014-11-17 11:33:06 +09:00 |
|
Masahiro Wakame
|
0eb234b625
|
Merge pull request #3128 from misak113/socket.io-client
Socket.io client fix: node.d.ts reference deleteion
|
2014-11-17 11:19:45 +09:00 |
|
Masahiro Wakame
|
7d6432e461
|
Merge pull request #3145 from mjul/master
Fix typos in argument names
|
2014-11-17 11:15:21 +09:00 |
|
Masahiro Wakame
|
8b86f958ad
|
Merge pull request #3144 from rogierschouten/minimatch-1.0.0
Bugfix in minimatch.d.ts
|
2014-11-17 11:14:50 +09:00 |
|
Masahiro Wakame
|
4b5c5dda1c
|
Merge pull request #3143 from stkb/flux
new definitions: facebook flux
|
2014-11-17 11:11:15 +09:00 |
|
Bart van der Schoor
|
b3a9e1fd93
|
Merge pull request #3152 from Bartvds/def/bluebird-version
updated bluebird 2.x version header
|
2014-11-16 13:27:35 +01:00 |
|
Bart van der Schoor
|
cd85a26f87
|
updated bluebird 2.x version header
|
2014-11-16 13:21:02 +01:00 |
|
Qinfeng Chen
|
8205d92f1b
|
adding forceAtlas layout typings
|
2014-11-14 18:48:43 -05:00 |
|
Qinfeng Chen
|
1ce2b93c5c
|
alphabetize types
|
2014-11-14 15:39:26 -05:00 |
|
Qinfeng Chen
|
af2c0241fa
|
more typings for sigmajs
|
2014-11-14 15:36:03 -05:00 |
|
Nicolas Mehlei
|
f171dd3fcd
|
added singular methods for Moment
methods: hour, minute, second and millisecond
|
2014-11-14 18:28:52 +01:00 |
|
Nicolas Mehlei
|
07933d7f8b
|
added missing Duration methods
|
2014-11-14 18:22:12 +01:00 |
|
Nicolas Mehlei
|
f2623b8f6c
|
fixed two incorrect parameter names
for ko.applyBindings and ko.applyBindingsToDescendants
|
2014-11-14 18:12:58 +01:00 |
|
Michael Zabka
|
3e1ec52016
|
Remove node.d.ts reference from socket.io-client declaration
* For client side (browser) not needed this reference
* Some apps can fail if reference presents
|
2014-11-14 16:25:57 +01:00 |
|
Martin Jul
|
f9ff2f255d
|
Fix typos in argument names
Simple fix
|
2014-11-14 14:51:21 +01:00 |
|
Rogier Schouten
|
af6197ad37
|
Bugfix in minimatch.d.ts
From README.md: the exported function returns a boolean not a void.
var minimatch = require("minimatch")
minimatch("bar.foo", "*.foo") // true!
|
2014-11-14 11:28:52 +01:00 |
|
Steve Baker
|
a95a88b189
|
flux definitions
|
2014-11-14 10:30:52 +01:00 |
|
Masahiro Wakame
|
a6b1e4ff84
|
Merge pull request #3142 from bluong/master
d3.select() has a behavior for no args
|
2014-11-14 11:03:01 +09:00 |
|
Masahiro Wakame
|
dd6cc426a4
|
Merge pull request #3011 from hellochar/feature/notifyjs
Add typings for notifyjs
|
2014-11-14 10:59:33 +09:00 |
|
Masahiro Wakame
|
f5b6a2acda
|
Merge pull request #3140 from daptiv/fix-underscore-definition
Underscorejs pick takes strings or arrays of strings (or any combination of the two)
|
2014-11-14 10:57:12 +09:00 |
|
Masahiro Wakame
|
233d2b6577
|
Merge pull request #3139 from qinfchen/master
Add typings for sigmajs v1.0.3
|
2014-11-14 10:50:06 +09:00 |
|
Masahiro Wakame
|
26b316419c
|
Merge pull request #3137 from allanhvam/master
useAnimation made optional in Callout
|
2014-11-14 10:48:58 +09:00 |
|
Masahiro Wakame
|
2f4892123d
|
Merge pull request #3136 from RHAD1969/master
Added a FilterQueryOpSymbol and an overload to EntityQuery.where
|
2014-11-14 10:46:05 +09:00 |
|
Masahiro Wakame
|
8504096139
|
Merge pull request #3132 from milanjaros/master
Added dotdotdot definitions.
|
2014-11-14 10:41:52 +09:00 |
|
Brandon Luong
|
8d31c74586
|
Revert optional
|
2014-11-13 17:19:03 -08:00 |
|
Brandon Luong
|
4130eba4cf
|
Adding signature
|
2014-11-13 17:17:19 -08:00 |
|
Brandon Luong
|
5ffc677fc7
|
select arg doesnt have to exist
|
2014-11-13 17:14:26 -08:00 |
|
bluong
|
3386f2363b
|
Merge pull request #4 from borisyankov/master
Update fork
|
2014-11-13 17:12:10 -08:00 |
|
Basarat Ali Syed
|
5cdbe99cbe
|
Merge pull request #3141 from stkb/react
React: couple of improvements
|
2014-11-14 10:01:55 +11:00 |
|
Xiaohan Zhang
|
6b892eacd8
|
Add typings for notify
http://notifyjs.com/ - Notify.js is a jQuery plugin to provide simple
yet fully customisable notifications.
Not to be confused with "notifyjs" at
https://github.com/alexgibson/notify.js
|
2014-11-13 16:45:45 -05:00 |
|
Steve Baker
|
c7d900175e
|
add factory test
|
2014-11-13 20:25:46 +01:00 |
|
akalman
|
97ef24740b
|
Update underscore.d.ts
|
2014-11-13 11:15:54 -08:00 |
|
Steve Baker
|
64dcdb9702
|
add convenience overload to getDOMNode
|
2014-11-13 20:05:32 +01:00 |
|