Commit Graph

4104 Commits

Author SHA1 Message Date
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
vvakame
04d4e799e6 Merge branch 'master' into release-0.9.7 2014-02-18 17:13:52 +09:00
John Vilk
ec984b3030 Adding typings for the Microsoft Live Connect API. 2014-02-18 00:06:23 -05: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
Masahiro Wakame
9c28ca6c4e Merge pull request #1695 from andrefarzat/patch-1
Fixing Set interface method from 'Add' to 'add'
2014-02-18 11:52:52 +09:00
Masahiro Wakame
3cbcfa2b2a Merge pull request #1694 from ZombieHunter/dot
Added definitions for doT (https://github.com/olado/doT)
2014-02-18 11:51:18 +09:00
Masahiro Wakame
78ebce5201 Merge pull request #1690 from sventschui/master
Improvements to marionette type definition
2014-02-18 11:45:46 +09:00
Masahiro Wakame
859d88a644 Merge pull request #1687 from michelsalib/angular-animate
Adding angular $animate definition
2014-02-18 11:39:14 +09:00
Masahiro Wakame
d16b20f673 Merge pull request #1686 from mapsjs/master
Update to latest mapsjs definition file
2014-02-18 11:37:07 +09:00
Masahiro Wakame
cd629f2dd6 Merge pull request #1680 from thSoft/patch-1
Preliminary version of AngularFire definition
2014-02-18 11:22:17 +09:00
Johan Nilsson
acf9de177a StreetView : bool => StreetViewControl:bool
Added StreetView: StreetViewPanorama
2014-02-17 21:59:39 -04:00
Bart van der Schoor
e509a3dd61 added module declaration to underscore.string.d.ts 2014-02-18 02:09:23 +01:00
Zach Nation
0db96af999 Add module declaration to bootstrap so it can be required as an AMD module 2014-02-17 14:07:20 -08:00
Basarat Ali Syed
2aff984fa8 Merge pull request #1701 from scottmcarthur/master
Added $promise & $resolved properties to ngResource.$resource & fixed spelling issue in angular.d.ts
2014-02-17 21:57:45 +11:00