Commit Graph
3962 Commits
Author SHA1 Message Date
Bart van der Schoor ee76deaaef Fixed non-generic bluebird
Changed structure, export to Promise
2014-02-25 00:19:27 +01:00
John Reilly f8688fd50c Merge pull request #1727 from demerzel3/master
Thanks for contributing @demerzel3!
2014-02-24 16:20:23 +00:00
John Reilly 076bec1dc5 Merge pull request #1725 from johnnyreilly/master
jQuery: unbind and undelegate JSDoc
2014-02-24 16:04:32 +00:00
Gabriele Genta 99468aa382 Made every type declaration explicit to prevent compilation errors when using the --noImplicitAny switch. 2014-02-24 16:24:46 +01:00
John Reilly 69f36f7e0b jQuery: JSDoc'd undelegate
added delegate / undelegate test suites
2014-02-24 14:57:10 +00:00
John Reilly 50bc863d8c jQuery: JSDoc'd unbind
and added test suite
2014-02-24 14:49:28 +00:00
Igorbek 0243d567ed Merge pull request #1723 from carldebilly/master
Adjusted Rx-JQuery and Rx-Knockout signatures
2014-02-23 23:21:43 -08:00
vvakame 35e573697c remove not required .tscparams 2014-02-24 11:48:00 +09:00
Masahiro Wakame 64858b7da8 Merge pull request #1724 from dnadolny/master
Create jquery.cycle2.d.ts
2014-02-24 11:23:34 +09:00
Masahiro Wakame fe6c643114 Merge pull request #1720 from gscshoyru/patch-9
Change resolver type to Function in lodash.d.ts
2014-02-24 11:17:09 +09:00
Masahiro Wakame 33ded46050 Merge pull request #1713 from pushplay/master
Added definitions for XSockets.net JSAPI.
2014-02-24 11:16:08 +09:00
Masahiro Wakame 3c53cee436 Merge pull request #1682 from scriby/patch-1
Add support for app.patch to express.d.ts
2014-02-24 11:14:31 +09:00
Donny Nadolny 490945c9dc Create jquery.cycle2.d.ts 2014-02-23 16:50:26 -05:00
Carl de Billy 9a2a6fd432 Fixed unit test too 2014-02-23 10:28:13 -05:00
Carl de Billy f8afb57dfe Corrected Rx.IObservable => Rx.Observable
The interface name changed in the RxJs definitions.  Corrections
reported here.
2014-02-23 10:23:20 -05:00
Carl de Billy 36ab9ba2a0 Renamed RxJQueryResult to RxJQueryAjaxResult 2014-02-23 10:05:19 -05:00
Carl de Billy c9007a305f Adjusted the result type of ajax requests
The generic result type of ajax requests were incorrect.  Now adjusted
with right values.
2014-02-23 10:01:02 -05:00
Basarat Ali Syed 2f2853bcc9 Merge pull request #1722 from Bartvds/def/gruntjs
Fixed gruntjs done() callback signature
2014-02-23 09:04:23 +11:00
Bart van der Schoor 4ce66d41dc Fixed gruntjs done() callback signature 2014-02-22 21:19:54 +01:00
Bart van der Schoor 93ac64e62e Merge pull request #1721 from Bartvds/def/bluebirdtest
fixed bluebird test name
2014-02-22 20:46:41 +01:00
Bart van der Schoor cc33dd64a4 fixed bluebird (dynamic version) mistake in test name
added 'preliminary typings' note to definitions
2014-02-22 19:55:37 +01:00
Bart van der Schoor bcfc6efab2 Merge pull request #1661 from 3x14159265/localForage
added typing of mozilla localForage library
2014-02-22 19:30:18 +01:00
Bart van der Schoor 6569833d91 Merge pull request #1715 from panopticoncentral/master
Fixes for jake definitions
2014-02-22 19:21:10 +01:00
Bart van der Schoor 3824f54c02 temporary removed link to tsdpm.com
until Diullei updates the DNS to the github pages
2014-02-22 02:26:58 +01:00
gscshoyru bc8eb1b106 Change resolver type to Function in lodash.d.ts
Change to support functions with arbitrary number of inputs, not just one.
2014-02-21 11:21:32 -05:00
Bart van der Schoor ecdc7d16fe Merge pull request #1719 from rmoudy/patch-1
Update three.d.ts
2014-02-21 17:05:38 +01:00
rmoudy 301188b6bf Update three.d.ts
Added missing .userData property to Object3D
2014-02-21 08:22:18 -06:00
david pichsenmeister 699ad8ec9f added tests 2014-02-21 15:03:21 +01:00
Basarat Ali Syed 53df735adb Merge pull request #1718 from SomaticIT/fix-moment
Add moment AMD definition (require shim)
2014-02-21 14:46:58 +11:00
SomaticIT b875f439c4 Add moment amd definition (require shim) 2014-02-21 01:04:46 +01:00
John Reilly 7c1a23e634 Merge pull request #1708 from johnnyreilly/master
jQuery: JSDoc'd blur and bind
2014-02-20 21:30:04 +00:00
John Reilly f4e9a367db jQuery: and fixed Sammy too 2014-02-20 16:58:11 +00:00
John Reilly 6fccc6e510 jQuery: fix to jquerymobile tests 2014-02-20 11:52:31 +00:00
Basarat Ali Syed 62594ee844 Merge pull request #1712 from jraymakers/master
underscore: remove 'extends {}' constraint from each and map
2014-02-20 17:26:54 +11:00
Paul Vick e88a5272ed Fixes for jake definitions
* There were a couple of definitions that were missing type decorations
that would infer "any" implicitly.
* Exec had four constructors that the actual jake object doesn't seem to
have. Exec objects are always created using createExec.
* The methods implementing node's EventEmitter didn't match the actual
EventEmitter signatures, so I updated them.
2014-02-19 22:05:35 -08:00
Bart van der Schoor 255f32adbe Merge pull request #1714 from borisyankov/docs/contribute
added CONTRIBUTING.md with link to wiki
2014-02-20 02:57:48 +01:00
pushplay d820bc739d Added definitions for XSockets.net. 2014-02-19 13:31:44 -08:00
jraymakers 3e989b586a underscore: remove 'extends {}' constraint from each and map 2014-02-19 09:18:16 -08:00
Igorbek 633ad6b02c Merge pull request #1684 from carldebilly/master
Fixed generics return value of Window and Buffer operators
2014-02-18 13:44:22 -08:00
Bart van der Schoor a26949b652 added CONTRIBUTING.md with link to wiki 2014-02-18 22:29:59 +01:00
Bart van der Schoor 83f6f736fd set to private
😰
2014-02-18 22:22:24 +01:00
John Reilly b4ce3c8e6e jQuery: JSDoc'd blur 2014-02-18 16:56:14 +00:00
John Reilly 586de634a8 jQuery: JSDoc'd bind 2014-02-18 16:52:02 +00:00
Masahiro Wakame df63723fae Merge pull request #1706 from Dashue/FixGoogleMapsStreetViewMadness
Sorted out issue with StreetView being of the wrong type and added missing StreetViewControl
2014-02-18 12:29:31 +09:00
Masahiro Wakame 52295d4331 Merge pull request #1705 from Bartvds/def/underscore.string
added module declaration to underscore.string.d.ts
2014-02-18 12:21:24 +09:00
Masahiro Wakame b1ed4c9c28 Merge pull request #1704 from znation/master
Add module declaration to bootstrap.d.ts
2014-02-18 12:20:48 +09:00
Masahiro Wakame b3af6100bd Merge pull request #1702 from v3rm0n/socketio-client
socket.io nodejs client
2014-02-18 12:19:47 +09:00
Masahiro Wakame 297787d88b Merge pull request #1700 from Jaddream/master
add missing Express function basicAuth
2014-02-18 12:02:34 +09:00
Masahiro Wakame 3357502018 Merge pull request #1699 from timbow574521/work
Add getValue in DataTable in google.visualization.d.ts.
2014-02-18 11:59:38 +09:00
Masahiro Wakame f07e42f34f Merge pull request #1697 from michelsalib/master
Add more flexibility sugar.js calls
2014-02-18 11:56:45 +09:00