Commit Graph

2271 Commits

Author SHA1 Message Date
nikeee13
73c5ebeda4 Update README.md 2013-09-10 19:15:34 +02: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
Diullei Gomes
235db626cd Merge pull request #1009 from DickvdBrink/jquerymobile
jQuerymobile - Controlgroup
2013-09-07 15:13:03 -07:00
damianog
7b74efd634 ServerRequest headers is an object
http://nodejs.org/api/http.html#http_message_headers
2013-09-07 20:31:45 +02:00
DvdBrink
2c5cd74342 Added missing Temporary option for localfilesystem.
Added FileError and FileTransferError constants.
2013-09-07 19:15:03 +02:00
basarat
2ff392fcae angular ngformcontroller setDirty/setPristine 2013-09-08 00:34:11 +10:00
basarat
a671b4eb56 underscore Value returns TResult as its the end of the chain. Added test for #1016 2013-09-07 23:46:10 +10:00
basarat
959fed32fe hammerjs : updated options to v1.0.5 closes #350 2013-09-07 14:59:08 +10:00
basarat
1d2c8e797a readme createjs definitions already present (tweenjs/soundjs/easeljs) 2013-09-07 14:43:05 +10:00
basarat
5198dce262 Update README.md 2013-09-07 14:38:18 +10:00
Alex Varju
b106a37f19 Definitions for should.js 1.2.2 2013-09-06 18:20:56 -07:00
Maxime LUCE
58fd5b0188 Append global var requirejs 2013-09-06 19:39:31 +02:00
Dick van den Brink
2108ebd40b Update for button functions
buttonMarkup options should be optional.
added a button's method with only ButtonOptions as parameter.
2013-09-06 19:38:10 +02:00
Maxime LUCE
d680b609a0 Append prevUntil and nextUntil override accepting JQuery for first arguments 2013-09-06 19:30:52 +02:00
Dick van den Brink
bae43aceef Missing dialog options. 2013-09-06 19:12:36 +02:00
Dick van den Brink
4dbf079c03 Added clearBtn options for textinput 2013-09-06 19:06:41 +02:00
Felix Fung
971a757638 D3's Selection.node() returns an HTMLElement
d3_documentElement = document.documentElement and d3_select is
initialized from a querySelection so node() will only ever return
HTMLElement or null. We mistook it for SVGLocatable because of the
following in d3-test.js:

var box = label.node().getBBox();

But that's a different node() function altogether.
2013-09-06 10:51:09 -04:00
basarat
4e668d8040 signalr added a sample test that shows how you can handle client function and call functions on the server.
Closes #354
2013-09-07 00:20:52 +10:00
basarat
a12a8fdfda socket.io : fix for functions used in storing data associated with client. Closes #734 2013-09-07 00:04:38 +10:00
basarat
37b4cae7d7 Merge pull request #1008 from flxf/every_fix
Fix 'every' and 'all' definitions for underscore
2013-09-06 06:24:37 -07:00