Commit Graph
2289 Commits
Author SHA1 Message Date
Diullei Gomes 00c23e09b4 Merge pull request #1035 from nikeee/master
Update mongodb.d.ts
2013-09-11 05:00:57 -07:00
Diullei Gomes 4c94b21ba8 Merge pull request #1034 from varju/express-routes
add missing 'routes' property to express application
2013-09-11 04:58:28 -07:00
Alex Varju 93cba1a24c add missing 'routes' property to application 2013-09-10 18:34:53 -07:00
Diullei Gomes 1afb50b0e5 Merge pull request #1033 from loyd/node-ffi
node-ffi (+ ref, ref-array, ref-struct and ref-union)
2013-09-10 11:38:13 -07:00
Paul Loyd 1f5739a2e2 Add info to README.md 2013-09-10 21:52:31 +04:00
Paul Loyd 545340a970 Move Type interface from "ffi" module into "ref" module 2013-09-10 21:43:05 +04:00
Paul Loyd 1bcbd4e538 Add "ref-array" module 2013-09-10 21:43:05 +04:00
Paul Loyd 450abc694d Add "ref-union" module 2013-09-10 21:43:05 +04:00
Paul Loyd 8bbceef0c2 Add "ref-struct" module 2013-09-10 21:43:05 +04:00
Paul Loyd 660cb0bf91 Remove repeated info from "ffi" module 2013-09-10 21:43:05 +04:00
Paul Loyd 6d31303c4d Add "ffi" module 2013-09-10 21:43:05 +04:00
Paul Loyd 692472e573 Add "ref" module 2013-09-10 21:43:04 +04:00
basarat 3c06a2356b Merge pull request #1032 from flxf/d3fix
d3 Fix Selection.node and update test
2013-09-10 06:39:43 -07:00
basarat ea3045e853 ember fix tests and minor updates to definitions 2013-09-10 22:49:19 +10:00
basarat d011a2268e threejs test fixes 2013-09-10 21:50:00 +10:00
basarat 411c1c2c47 jsdeferred obvious fixes 2013-09-10 21:29:27 +10:00
basarat bf283be094 breeze fix failing test 2013-09-10 21:13:51 +10:00
basarat d0139df89d node : readable stream pipe can be piped further closes #1030 2013-09-10 19:32:21 +10:00
Felix Fung 79215bd245 Fix d3 Selection.node and update test
tsc d3-test.ts passes
2013-09-10 02:18:42 -04:00
Niklas Mollenhauer bbf6db5a0e Merge pull request #2 from borisyankov/master
Update
2013-09-09 13:48:52 -07:00
Diullei Gomes eb0cacfed1 Merge pull request #1028 from damianog/patch-5
options is optional
2013-09-09 13:17:05 -07:00
damianog 1c1e096228 options is optional
http://nodejs.org/api/zlib.html#zlib_options
2013-09-09 19:57:57 +02:00
Boris Yankov 5ba0f64ef4 Merge pull request #1010 from flxf/d3selectionnode
D3's Selection.node() returns an HTMLElement
2013-09-09 05:00:05 -07:00
basarat 167c45ae12 jquery.form changed encoding to be utf-8 2013-09-09 21:13:08 +10:00
Diullei Gomes a3e43001f9 Merge pull request #1025 from flxf/leafletany
Fix leaflet.d.ts, TileLayerOptions.subdomains is flexibly typed
2013-09-08 14:55:51 -07:00
Felix Fung f983cb1582 Fix leaflet.d.ts, TileLayerOptions.subdomains is flexibly typed
From the comments, subdomains can be a string or an array of strings. We
can't make any strong type inference from the interface.

Quote:
"Subdomains of the tile service. Can be passed in the form of one string (where
each letter is a subdomain name) or an array of strings."
2013-09-08 17:20:54 -04:00
Diullei f706537dc9 ember - fix syntax error 2013-09-08 17:24:30 -03:00
Diullei 4086f580ba SharePoint - fix compiler error 2013-09-08 16:23:34 -03:00
Diullei c6334050a1 durandal - fix compiler error 2013-09-08 15:44:59 -03:00
Diullei d4461128a3 camljs - fix compiler error 2013-09-08 15:34:43 -03:00
Diullei Gomes 8564c981e5 Merge pull request #991 from yutavsky/master
revert durandal1.x definition
2013-09-08 09:38:47 -07:00
Diullei Gomes 83bb96d15a Merge pull request #1023 from vvakame/i18next-fix-compile-error
I18next fix compile error
2013-09-08 09:34:48 -07:00
Diullei Gomes efb69cebbe Merge pull request #1022 from georgiosd/patch-2
Update spin.d.ts
2013-09-08 09:33:46 -07:00
vvakame 6140fa1925 newline charactor alignment with \n 2013-09-08 23:23:01 +09:00
vvakame 993f626638 fixed i18next compile error effected by jquery.d.ts 2013-09-08 23:22:00 +09:00
yutavsky 986b2acc24 durandal1.x definition
fix compile error tsc@0.9.1-1

mv older version
2013-09-08 23:13:30 +09:00
Georgios Diamantopoulos b8865fa537 Update spin.d.ts
`spin()` expects an HTMLElement, `JQuery` type won't work for example.
2013-09-08 15:00:07 +03:00
basarat 685e52414a underscore pick can take keys as a rest param or an actual array of keys 2013-09-08 19:11:08 +10:00
basarat a29d3c48d0 angular Boostrap can accept the implicit "document" dom object: http://docs.angularjs.org/guide/bootstrap 2013-09-08 16:40:11 +10:00
Diullei Gomes bc9893ae20 Update README.md - History.js have a new link (https://github.com/browserstate/history.js) 2013-09-08 02:42:06 -03:00
Diullei Gomes 6b3a590034 Merge pull request #1021 from Diullei/issues251
#251 - 'SortableEvent' must use 'JQueryEventObject' instead 'Event'
2013-09-07 20:55:01 -07:00
basarat 810f49b9df Merge pull request #1014 from SomaticIT/fix-require
Append global var requirejs
2013-09-07 20:51:19 -07:00
Diullei 449bfdda31 #251 - 'SortableEvent' must use 'JQueryEventObject' instead 'Event' 2013-09-08 00:47:38 -03:00
Diullei Gomes 3e74a74f90 Merge pull request #1020 from Diullei/fix-ace
#883 fix - ace editor.selection.getCursor() should return Position not n...
2013-09-07 16:35:30 -07:00
Diullei 9ecc886b95 #883 fix - ace editor.selection.getCursor() should return Position not number 2013-09-07 20:27:58 -03:00
Diullei Gomes 3b38ed95c8 Merge pull request #1018 from damianog/patch-4
ServerRequest headers is an object
2013-09-07 15:28:14 -07:00
Diullei Gomes 77046dd31e Merge pull request #1017 from DickvdBrink/phonegap
Update Phongegap definition
2013-09-07 15:26:57 -07:00
Diullei Gomes 917e0228a2 Merge pull request #1012 from SomaticIT/fix-jquery
Append prevUntil and nextUntil override accepting JQuery for first arguments
2013-09-07 15:25:46 -07:00
Diullei Gomes 0a83cbb2f9 Merge pull request #1015 from varju/shouldjs
Definitions for should.js 1.2.2
2013-09-07 15:24:37 -07:00
Diullei Gomes 86a51b41f8 Merge pull request #1013 from DickvdBrink/master
jQuery Mobile dialog and buttons
2013-09-07 15:24:04 -07:00