Commit Graph
7238 Commits
Author SHA1 Message Date
Masahiro Wakame dc021df210 Merge pull request #3111 from hraban/patch-1
React.render() return value incorrect
2014-11-29 13:55:19 +09:00
Masahiro Wakame 975fc4cc30 Merge pull request #3109 from in-async/firebase.d.ts
update firebase/firebase.d.ts to version 2.0.2
2014-11-29 13:53:16 +09:00
Masahiro Wakame 09b2e08616 Merge pull request #3070 from d-ph/fail-precedence-bug
Fix .fail<> generic precedence bug and missing generic on .reject()
2014-11-29 13:44:09 +09:00
Masahiro Wakame 4d2defe466 Merge pull request #3249 from kevinb7/touch-events
add typings for HTML Touch events
2014-11-29 13:40:52 +09:00
Masahiro Wakame 1a85b3b6ff Merge pull request #3243 from dardino/patch-2
Update datejs.d.ts
2014-11-29 13:39:22 +09:00
Masahiro Wakame 323d4fad9b Merge pull request #3241 from Nemo157/when-as-ambient-external-declaration
Export when as an ambient external declaration
2014-11-29 13:29:47 +09:00
Kevin Barabash b286d4f043 add angle brackets to URL 2014-11-28 18:50:27 -07:00
Kevin Barabash 4e705d89a9 add interface for HTML Touch events 2014-11-28 18:48:58 -07:00
dardino ccdb43c712 Update datejs.d.ts
Statics must extends IDateJS not Date
2014-11-28 15:43:48 +01:00
Wim Looman 101e3405fb Export when as an ambient external declaration 2014-11-28 20:27:13 +13:00
Masahiro Wakame 974747ee99 Merge pull request #3239 from jmquigs/master
Fix three.js PlaneGeometry/PlaneBufferGeometry typing
2014-11-28 15:20:44 +09:00
Masahiro Wakame 569bf2ba07 Merge pull request #3238 from danielheim/patch-1
RegExp support for Router.route;
2014-11-28 11:26:34 +09:00
John Quigley ad64d57954 Fix three.js PlaneGeometry/PlaneBufferGeometry typing
- PlaneBufferGeometry is a subclass of BufferGeometry
- PlaneGeometry is a subclass of Geometry
- both have the same constructor signature
2014-11-27 12:20:38 -05:00
Daniel Heim f3b608f4b2 RegExp support for Router.route;
Router.route allows for regular expressions, as well as strings, for the "route" argument. See http://backbonejs.org/#Router-route
2014-11-27 23:10:07 +11:00
Masahiro Wakame 7c94fa739c Merge pull request #3203 from lhk/master
Added definitions for Adobes Snap Svg library
2014-11-27 10:20:50 +09:00
Masahiro Wakame f817d3563b Merge pull request #3232 from Nemo157/nock_disable_enable
Add nock's disableNetConnect/enableNetConnect functions
2014-11-27 10:18:32 +09:00
lhk 03a144cd53 Rename snapsvgtests.ts to snapsvg-tests.ts 2014-11-26 22:03:06 +01:00
lhk 0f5ced7dda Update snapsvg.d.ts
I tested the snap code, apparently a set supports the attr method.
2014-11-26 21:59:57 +01:00
lhk fd80bfdf4b Rename snapsvgtests.d.ts to snapsvgtests.ts 2014-11-26 21:35:31 +01:00
lhk c778516c0d Update snapsvgtests.d.ts 2014-11-26 21:31:59 +01:00
Wim Looman a81083d983 Add nock's disableNetConnect/enableNetConnect functions 2014-11-27 09:19:47 +13:00
Lars Klein d92079400a renaming 2014-11-26 21:12:18 +01:00
Lars Klein 326e9e1d51 renaming 2014-11-26 21:11:44 +01:00
Masahiro Wakame bd2377d9f8 Merge pull request #3231 from dardino/patch-1
ThenByDescending(keySelector: T): OrderedEnumerable<T>;
2014-11-27 00:14:48 +09:00
dardino 6b913753d2 ThenByDescending(keySelector: T): OrderedEnumerable<T>;
replacing 
ThenByDescending(keySelector: T): OrderedEnumerable<T>; 
with 
ThenByDescending(keySelector: string): OrderedEnumerable<T>;
2014-11-26 15:46:06 +01:00
Masahiro Wakame 61ead2073b Merge pull request #3229 from lelolo/master
fix typo on D3 layout "separation" method
2014-11-26 20:10:00 +09:00
Masahiro Wakame 6eff3558be Merge pull request #3226 from mikaturunen/master
Fixed the 'os' modules tmpdir function declaration.
2014-11-26 20:08:05 +09:00
Masahiro Wakame 7da85f7569 Merge pull request #3224 from panuhorsmalahti/colors-fix
Add color functions to the colors module and tests for them
2014-11-26 20:06:50 +09:00
Masahiro Wakame cdf2e3605e Merge pull request #3223 from rogierschouten/timezonecomplete-1.10.0
Add typings for timezonecomplete-1.10.0
2014-11-26 20:05:18 +09:00
Masahiro Wakame 84e97d4d36 Merge pull request #3230 from davetayls/master
fix #3213: Collection.map iterator return `any` rather than `any`
2014-11-26 20:01:38 +09:00
Masahiro Wakame 18a84cf142 Merge pull request #3222 from biswarup91/master
Fixed the callback function parameter type in https.request and https.get
2014-11-26 19:51:38 +09:00
Masahiro Wakame 27c18ff85e Merge pull request #3220 from PekkaPLeppanen/patch-1
Added missing property to Response interface
2014-11-26 19:49:03 +09:00
Masahiro Wakame e3a3afac83 Merge pull request #3218 from jschaf/easeljs2
easeljs: fix decompose return type
2014-11-26 19:47:57 +09:00
Masahiro Wakame e88ff9ee16 Merge pull request #3212 from ChaosinaCan/master
Add gm definitions
2014-11-26 19:46:33 +09:00
Dave Taylor 320f0b1817 fix: Collection.map iterator return any rather than any 2014-11-26 08:39:11 +00:00
Laurent Leborgne 13da362b0e fix typo on D3 layout "separation" method
"separation" is the method name and was names "seperation" into the definition
2014-11-26 09:23:02 +01:00
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
lhk 6836c0b1ec Update snap-svg.d.ts 2014-11-25 18:46:58 +01:00
lhk fcb3fc4ba6 Update snap-svg.d.ts 2014-11-25 18:30:16 +01:00
lhk 0e54668113 Update snap-svg-tests.ts 2014-11-25 18:24:31 +01:00
lhk 7ea9394dd4 Update snap-svg-tests.ts 2014-11-25 18:22:02 +01:00
lhk 78ecf54c90 Update snap-svg-tests.ts 2014-11-25 18:15:32 +01:00
lhk e52dbf94a5 Update snap-svg-tests.ts 2014-11-25 18:12:29 +01:00
lhk ec7b41afc1 Update snap-svg-tests.ts 2014-11-25 17:44:27 +01:00
lhk dd9a68281a Create snap-svg-tests.ts 2014-11-25 17:41:59 +01:00
lhk af5ac00d40 Rename snapsvg.d.ts to snap-svg.d.ts 2014-11-25 17:41:11 +01:00
Panu Horsmalahti 8672d44de7 Add color functions to the colors module and tests for them 2014-11-25 15:11:36 +02:00
Rogier Schouten e06ad74cef Add typings for timezonecomplete-1.10.0 2014-11-25 11:49:34 +01:00
Biswarup Pal 1e9c0dbf35 Fixed the callback function parameter type in https.request and https.get 2014-11-25 15:36:26 +05:30