Masahiro Wakame
7eb9bd90e9
Merge pull request #1543 from Bartvds/def/lazy.js
...
Created definitions for lazy.js
2014-01-15 00:51:05 -08:00
Bartvds
b0afe65cf4
added Lazy.js to README.md
2014-01-15 07:19:32 +01:00
Basarat Syed
7a44f44079
Revert "added promise chaining for http"
...
This reverts commit ef8d6d25e8 . Needs more tests
2014-01-15 16:47:45 +11:00
Basarat Ali Syed
ef8d6d25e8
added promise chaining for http
...
the type of variable num in below sample was not detected without this signature.
```
var $http: ng.IHttpService;
declare function foo(): ng.IHttpPromise<number>;
declare function bar(): ng.IHttpPromise<string>;
$http.get('asdfsadf').then((resp) => foo()).then((bla) => bla.data).then((num) => num);
```
2014-01-15 16:25:09 +11:00
Bartvds
27af8e5430
Created definitions for lazy.js
...
"Like Underscore, but lazier"
https://github.com/dtao/lazy.js
http://danieltao.com/lazy.js/
2014-01-15 03:59:46 +01:00
Basarat Ali Syed
dab875d9a7
Merge pull request #1541 from mattbrooks2010/master
...
Added missing library features
2014-01-14 12:46:22 -08:00
Masahiro Wakame
b07358ff23
Merge pull request #1540 from thSoft/patch-1
...
Follow Firebase API changes
2014-01-14 07:14:06 -08:00
mattbrooks2010
fa3a9621c6
Added missing library features
...
Implemented the following changes.
- The HighchartsChartObject.series property should return
HighchartsSeriesObject[] not HighchartsSeriesChart[].
- Added missing setVisible(...) overloaded method to the
HighchartsSeriesObject interface.
- Added missing JQuery.highcharts(...) method overload containing
callback function parameter used to manipulate the chart instance.
- Amended test file to exercise all changes in this commit.
2014-01-14 14:34:53 +00:00
Dénes Harmath
8c33f7b023
Add more methods
2014-01-14 14:22:51 +01:00
Dénes Harmath
cb8fbe728c
Consistency: errors can be of any type everywhere
2014-01-14 14:21:23 +01:00
Basarat Ali Syed
7d4174fecc
Merge pull request #1496 from davidk01/patch-1
...
fix warnings when running with --noImplicitAny
2014-01-14 03:00:17 -08:00
Basarat Ali Syed
c401a8dc8a
Merge pull request #1538 from xt0rted/angular-ui-bootstrap
...
angular-ui-bootstrap: add missing $modalStack service & update to v0.10.0
2014-01-14 01:33:02 -08:00
Masahiro Wakame
9099450226
Merge pull request #1539 from thSoft/patch-1
...
Fix method signature
2014-01-13 17:39:20 -08:00
Brian Surowiec
4db2442e18
angular-ui-bootstrap: update to v0.10.0
...
adds the new dismissAll() function to the $modalStack service
2014-01-13 19:18:59 -05:00
Dénes Harmath
5e3a8a4c55
Fix method signature
2014-01-14 01:18:43 +01:00
Brian Surowiec
91904e99be
angular-ui-bootstrap: add missing $modalStack service
2014-01-13 19:18:27 -05:00
Basarat Ali Syed
2bd91a105a
Merge pull request #1537 from pushplay/master
...
Added definitions for JQuery Colorpicker by @vanderlee
2014-01-13 14:04:57 -08:00
Jeffery Grajkowski
4088d65c42
Added definitions for JQuery Colorpicker by @vanderlee
2014-01-13 10:58:40 -08:00
John Reilly
a3a62125ff
Merge pull request #1536 from johnnyreilly/master
...
jQuery: Finished JSDoc-ing animations
2014-01-13 06:32:03 -08:00
Masahiro Wakame
e8934ddd7a
Merge pull request #1535 from bolhovsky/ol-events
...
Add OpenLayers Events class member definitions
2014-01-13 05:48:08 -08:00
John Reilly
d6e9ed4b0d
jQuery: Finished JSDoc-ing animations
...
Added missing test suites where necessary.
2014-01-13 13:37:47 +00:00
bolkhovsky
2185e628ce
add Events class member definitions
2014-01-13 17:01:05 +04:00
John Reilly
8191441ea4
Merge pull request #1534 from johnnyreilly/master
...
jQuery: fadeIn / fadeOut / animate JSDoc'd
2014-01-13 04:59:48 -08:00
bolkhovsky
332c8f00c7
Merge branch 'master' of https://github.com/bolhovsky/DefinitelyTyped
2014-01-13 16:58:56 +04:00
Masahiro Wakame
c250c6a129
Merge pull request #1533 from xt0rted/angular-ui-bootstrap
...
angular-ui-bootstrap: added initial type definitions
2014-01-13 03:17:24 -08:00
John Reilly
2d50b09da3
jQuery: animate JSDoc'd
2014-01-13 11:06:04 +00:00
Brian Surowiec
7d008a94e7
angular-ui-bootstrap: added initial type definitions
2014-01-13 02:01:22 -05:00
johnnyreilly
c39907069b
jQuery: animation options / fadeIn
2014-01-12 07:40:39 +00:00
Masahiro Wakame
d23af77566
Merge pull request #1532 from vvakame/supportNoImplicitAny
...
More library support --noImplicitAny options
2014-01-11 07:12:12 -08:00
vvakame
fb25dd7919
Support --noImplicitAny about i18next/i18next.d.ts
2014-01-11 23:38:37 +09:00
vvakame
32589bc523
Remove firefox/firefox-tests.ts.tscparams
2014-01-11 23:32:49 +09:00
vvakame
6e8f579f26
Support --noImplicitAny about google.analytics/ga.d.ts
2014-01-11 23:31:25 +09:00
Masahiro Wakame
f23d5bad6e
Merge pull request #1531 from vvakame/rm-not-required-tscparams
...
Remove not required tscparams
2014-01-11 06:28:42 -08:00
vvakame
ff58346bc3
Support --noImplicitAny option aboud browserify
2014-01-11 23:17:45 +09:00
vvakame
c65748e5a0
Remove box2d/box2dweb.d.ts.tscparams
2014-01-11 23:09:42 +09:00
vvakame
be2633af53
Remove angularjs/angular-tests.ts.tscparams
2014-01-11 23:09:19 +09:00
Masahiro Wakame
5663b898e6
Merge pull request #1530 from Sobieck00/master
...
Update sinon.d.ts
2014-01-11 06:07:18 -08:00
vvakame
24cc356d6f
Remove not required tscparams
2014-01-11 22:55:11 +09:00
Masahiro Wakame
dd7c5263cb
Merge pull request #1521 from gerich-home/master
...
accounting.js type definitions
2014-01-11 05:42:37 -08:00
Sobieck00
78a57d6e37
Update sinon.d.ts
...
I updated sinon to export for RequireJs with a declare statement at the bottom of the document.
2014-01-11 07:37:32 -06:00
Masahiro Wakame
39346518f1
Merge pull request #1519 from timnolte/master
...
breeze.config declaration for registerAdapter missing a parameter
2014-01-11 05:13:24 -08:00
Masahiro Wakame
6323110060
Merge pull request #1529 from jraymakers/master
...
angular: split ITranscludeFunction out of ITemplateLinkingFunction
2014-01-11 05:09:10 -08:00
Sergey Gerasimov
6294f93161
Merge branch 'master' of github.com:gerich-home/DefinitelyTyped
2014-01-11 14:04:28 +04:00
Sergey Gerasimov
4640ceb76d
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
2014-01-11 14:03:51 +04:00
Basarat Ali Syed
71207a1ebc
Merge pull request #1503 from OliveTreeBible/master
...
Work to extend the definitions for WinJS and WinRT
2014-01-10 19:49:31 -08:00
Adam Hewitt
1f2d03f0ef
fix missing file reference
2014-01-10 14:54:37 -08:00
jraymakers
15e7e6181a
Merge remote-tracking branch 'upstream/master'
2014-01-10 12:46:03 -08:00
jraymakers
f2afd8de95
angular: split ITranscludeFunction out of ITemplateLinkingFunction
2014-01-10 12:44:41 -08:00
Igorbek
dbbfae96a4
Merge pull request #1528 from mickdelaney/master
...
Restangular: Adding In Some Restangular Api Methods
2014-01-10 11:49:17 -08:00
John Reilly
96df69f14e
Merge pull request #1526 from johnnyreilly/master
...
jQuery: more JSDoc goodness
2014-01-10 06:41:18 -08:00