Commit Graph

2256 Commits

Author SHA1 Message Date
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
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
unknown
e4eaa5bcea Added Controlgroup settings and methods 2013-09-06 09:49:43 +02:00
Felix Fung
47473d720b Fix 'every' and 'all' definitions for underscore
The underscore documentation shows that the iterator parameter is
optional and is implemented that way as well.
2013-09-06 01:10:15 -04:00
Diullei Gomes
a8bf6681f1 Merge pull request #1007 from Diullei/fix-jake
fix - jake test failure
2013-09-05 19:29:58 -07:00
Diullei
c8c8aad8c1 fix - jake test failure 2013-09-05 23:18:08 -03:00
Diullei Gomes
e56cef7fd7 Merge pull request #1006 from Diullei/fix-gapi
fix - gapi test failure
2013-09-05 18:29:27 -07:00
Diullei
3508bde7e6 fix - gapi test failure 2013-09-05 22:23:47 -03:00
Diullei Gomes
982effcc47 Merge pull request #1005 from varju/supertest
Add superagent and supertest definitions
2013-09-05 17:30:05 -07:00
Diullei Gomes
a00c7c3df0 Merge pull request #1004 from mariokostelac/master
Fixed withArgs return type on SinonStub and SinonSpy
2013-09-05 17:28:11 -07:00
Alex Varju
edd97d5bd5 Add superagent and supertest definitions 2013-09-05 15:44:29 -07:00
marioK
81d419bacf Fixed withArgs return type on SinonStub and SinonSpy 2013-09-05 13:12:43 -07:00
Boris Yankov
a58894f898 Merge pull request #1001 from ljl/master
Made optional parameters optional, fixed DataView to implement DataProvi...
2013-09-05 12:14:18 -07:00
Boris Yankov
957b101b41 Merge pull request #1003 from areel/master
If eventName is an instance of an event map e.g '{change:action}' then
2013-09-05 12:13:36 -07:00
Diullei Gomes
aa5cd4fc5c Merge pull request #1002 from DickvdBrink/jquerymobile
jQuery mobile loader & navbar
2013-09-05 10:54:28 -07:00