Jonathan Pirnay
ff66b8c00a
Changes agreed on in
...
https://github.com/borisyankov/DefinitelyTyped/pull/2309/files#r13778987
moved `createDecipher` function out of the cipher-interface
2014-06-19 12:15:28 +02:00
Jonathan Pirnay
4a5d9c48f0
Merge remote-tracking branch 'upstream/master'
2014-06-19 12:03:54 +02:00
Masahiro Wakame
a8c25e3a72
Merge pull request #2366 from lijunle/jquery-pjax
...
Definition for jquery.pjax plugin.
2014-06-19 16:35:20 +09:00
Junle
7d85fd5e1c
Write my name on CONTRIBUTORS.md :)
2014-06-19 14:04:13 +08:00
Masahiro Wakame
4cf10109b7
Merge pull request #2364 from audsKu/patch-5
...
Update signature of data method on Selection.
2014-06-19 12:50:49 +09:00
Masahiro Wakame
dbef684908
Merge pull request #2357 from bczengel/lodash
...
Lodash - Add chainable definitions for _(...).toArray as well as _.groupBy and varients when passed an object
2014-06-19 12:16:58 +09:00
Masahiro Wakame
09fc67c273
Merge pull request #2347 from gandjustas/master
...
Added SharePoint definitions and fixed bugs.
2014-06-19 12:12:21 +09:00
Masahiro Wakame
f7e3b09d35
Merge pull request #2260 from Anahkiasen/mapbo
...
Mapbox definitions
2014-06-19 11:34:32 +09:00
Masahiro Wakame
6ff0e62d4a
Merge pull request #2304 from drewnoakes/feature/hammerjs.1.1.3
...
Update hammerjs for version 1.1.3.
2014-06-19 11:21:51 +09:00
Bart van der Schoor
cba0e8f111
Merge pull request #2368 from Bartvds/headers
...
Massive sweep for DT header format
2014-06-19 00:00:58 +02:00
Bart van der Schoor
3d64ea7395
added missing urls to some authors
...
fixed node urls
2014-06-18 23:31:35 +02:00
Bart van der Schoor
e0953576fb
split node-ffi
...
created node-ffi-buffer.d.ts partial
- ref.d.ts
- ref-array.d.ts
- ref-struct.d.ts
- ref-union.d.ts
2014-06-18 23:31:11 +02:00
Bart van der Schoor
1d345f6c14
cleaned-up headers
2014-06-18 23:31:11 +02:00
Bart van der Schoor
26109abe15
dropped test-module
2014-06-18 23:29:29 +02:00
Bart van der Schoor
1da3b5fc02
Merge pull request #2328 from smrq/fuse-js
...
Add type definitions for Fuse.js
2014-06-18 21:17:11 +02:00
Bart van der Schoor
1669f84de6
Merge pull request #2336 from smrq/velocityjs
...
Type definitions for Velocity
2014-06-18 21:15:56 +02:00
Bart van der Schoor
862f2a6af3
Merge pull request #2354 from clement911/patch-3
...
Augment min/max signature in ix.js for non-numeric types
2014-06-18 21:12:44 +02:00
Bart van der Schoor
7c622668b3
Merge pull request #2343 from rolandzwaga/timelinejs
...
Added definitions for TimelineJS
2014-06-18 21:05:00 +02:00
Bart van der Schoor
ca58e43c33
Merge pull request #2355 from kubosho/flipsnap
...
Add flipsnap.d.ts
2014-06-18 21:03:18 +02:00
Bart van der Schoor
b14e56d861
Merge pull request #2359 from fivetran/google.visualization
...
Google.visualization small fixes and eliminated some redundant types.
2014-06-18 21:01:24 +02:00
Bart van der Schoor
6b5a45c451
Merge pull request #2360 from pmccloghrylaing/sockjs-constructor
...
Update for SockJS definition to fix constructor arguments
2014-06-18 20:58:05 +02:00
Bart van der Schoor
f43d571e25
Merge pull request #2365 from zaneli/fix_reveal
...
Append 'slide' function's return-type annotation
2014-06-18 20:52:41 +02:00
Junle
1eff13e607
Update definition file header.
2014-06-18 16:56:57 +08:00
Junle
5e08d655f1
Add definition and test for $.support.pjax property.
2014-06-18 16:46:16 +08:00
Junle
0040e5a97e
Add definition and test for $.pjax.defaults property.
2014-06-18 16:43:24 +08:00
Junle
0af5dfd73b
Add definition and test for $.pjax.reload method.
2014-06-18 16:40:00 +08:00
Junle
1912ed0334
Add definition for $.pjax.enable and $.pjax.disable.
2014-06-18 16:37:18 +08:00
Junle
2b42566cca
Add definition and test for $.pjax function.
2014-06-18 16:31:28 +08:00
Junle
37d2280a3d
Add definition and test for $.pjax.submit function.
...
It is nearly same with $.pjax.click function.
2014-06-18 16:16:01 +08:00
Junle
0e5cb0478f
Add definition and test for $.pjax.click function.
2014-06-18 16:12:59 +08:00
Junle
6da3e2f575
Refine the definition of $.fn.pjax method.
2014-06-18 16:12:26 +08:00
zaneli
3daf3f52be
Append 'slide' function's return-type annotation
2014-06-18 15:48:53 +09:00
Audrey
9c74f4c5d9
Update signature of data method on Selection.
2014-06-17 15:53:02 -04:00
Maxime Fabre
2cc777e20f
Update Mapbox to latest Leaflet definition
2014-06-17 14:36:50 +02:00
Maxime Fabre
f89ba04e05
Add Mapbox definitions
...
Add some methods forgotten in the API
Explicit declarations everywhere
Add some options definitions
Add FilterFunction interface
Add some examples from Mapbox
Swap tests
2014-06-17 14:35:44 +02:00
Phil McCloghry-Laing
edadb4b09b
Update for SockJS definition to fix constructor arguments
2014-06-17 10:54:54 +10:00
Georgie
bbd9ce1249
TimelineOptions.backgroundColor can be string or object, just like all the other charts
2014-06-16 17:44:14 -07:00
tbriz
de2a2826ae
Eliminated difference between GeoChartOptions and others
2014-06-16 17:43:58 -07:00
Bart van der Schoor
14bea81d0e
Merge pull request #2358 from Bartvds/date.format
...
Add test files & header for date.format
2014-06-17 01:44:59 +02:00
balrob
8a699244b3
Minor update to comment - to allow a new commit
2014-06-17 01:31:09 +02:00
balrob
e16f616145
Add test files & correct header
...
Add test files & correct header for date.format.d.ts
2014-06-17 01:31:09 +02:00
Brian Zengel
6f61e6419b
Add definitions for _.groupBy and _(...).groupBy when passed an object.
2014-06-16 14:40:03 -04:00
Brian Zengel
a2d2e1b26d
Add chainable definitions for _(...).toArray.
2014-06-16 14:36:09 -04:00
kubosho
0673c6d913
Update CONTRIBUTORS.md
2014-06-16 23:40:26 +09:00
kubosho
07bd983bae
Add test file for flipsnap
2014-06-16 23:36:22 +09:00
kubosho
5c3f4b00f1
Merge branch 'flipsnap' of github.com:kubosho/DefinitelyTyped into flipsnap
2014-06-16 23:06:06 +09:00
Mayuki Sawatari
d5c6cfffd2
Add interface members & some comments.
2014-06-16 23:05:33 +09:00
kubosho_
4095a931bf
Add flipsnap.js type definitions
2014-06-16 23:05:33 +09:00
clement911
97e861d24f
Augment min/max signature for non-numeric types
...
Made min/max signature generic to support non-numeric types, such as dates.
2014-06-16 21:59:50 +10:00
Shota Kubota
50e05a3f6e
Merge pull request #1 from mayuki/flipsnap
...
Add interface members & some comments.
2014-06-16 20:59:28 +09:00