Commit Graph
5367 Commits
Author SHA1 Message Date
Igor Oleinikov bb2432ce69 Added ko.computedContext, ko.pureComputed. 2014-06-28 14:18:59 +04:00
John Reilly 7a485a1c6c Merge pull request #2316 from lijunle/jquery-xhr-doc
Add JSDoc for JQueryXHR.abort method.
2014-06-27 18:08:43 +01:00
John Reilly 6f794717c7 Merge pull request #2348 from lijunle/bug-jquery-ajax
Write spec and fix for a jQuery.ajax bug
2014-06-27 11:20:10 +01:00
Basarat Ali Syed 87fba9fea2 Merge pull request #2408 from rogierschouten/node
Add missing callback parameter to dgram.Socket.bind() and update dgram.S...
2014-06-26 17:25:21 +10:00
Basarat Ali Syed 7447dacc2a Merge pull request #2394 from swook/master
noble: Add Peripheral.updateRssi method
2014-06-26 15:03:46 +10:00
Bart van der Schoor 0c62fe8597 Merge pull request #2412 from Bartvds/def/headers
fixed some headers
2014-06-26 05:47:43 +02:00
Bart van der Schoor d1a9225fbc Merge pull request #2411 from Bartvds/def/chalk
added definitions for chalk
2014-06-26 05:46:49 +02:00
Bart van der Schoor 51dd18f272 fixed some headers 2014-06-26 05:43:00 +02:00
Bart van der Schoor 7da688bafd added definitions for chalk 2014-06-26 05:40:08 +02:00
Seon-Wook Park 7ae6c54d6d noble: Use less verbose optional parameters syntax 2014-06-26 11:48:25 +09:00
Basarat Ali Syed 91329fa65d Merge pull request #2407 from rogierschouten/timezone
Timezone
2014-06-26 12:47:15 +10:00
Bart van der Schoor c2d6fa7856 Merge pull request #2410 from Bartvds/def/glob-fix
small fixes to glob & glob-stream
2014-06-26 04:41:14 +02:00
Bart van der Schoor a61804f9d9 small fixes to glob & glob-stream 2014-06-26 04:17:22 +02:00
Seon-Wook Park c10ae26f0a noble: Respect optional parameters 2014-06-25 22:40:55 +09:00
Rogier Schouten c64855dc68 CI build fix 2014-06-25 14:10:15 +02:00
Rogier Schouten c7f95e49fa Add missing callback parameter to dgram.Socket.bind() and update dgram.Socket.send() 2014-06-25 14:04:13 +02:00
Rogier Schouten 228e8cb844 Lots more things wrong - typings simply did not work. 2014-06-25 14:01:04 +02:00
Rogier Schouten bb198751d9 Bugfixes in timezone-js 2014-06-25 14:01:00 +02:00
Basarat Ali Syed 854957830a Merge pull request #2406 from michelsalib/q-nbind
Adding Q.nbind function
2014-06-25 18:40:32 +10:00
Michel Salib 66ee214290 Adding Q.nbind function 2014-06-25 10:34:25 +02:00
Basarat Ali Syed 666f3ae8bb Merge pull request #2405 from pgaske/master
Added types for the jQuery.prettyPhoto project: https://github.com/scaro...
2014-06-25 16:09:46 +10:00
Basarat Syed 6abe4d7cee chore(winjs) consistent formatting
4 spaces instead of tabs + TS/VS autoformat (trailing spaces + :<space><type> instead of :<type>)
2014-06-25 13:26:53 +10:00
Paul Gaske b2d61996c7 Added types for the jQuery.prettyPhoto project: https://github.com/scaron/prettyphoto 2014-06-25 12:58:04 +10:00
Basarat Ali Syed 6f3946e020 Merge pull request #2399 from craigktreasure/master
Added isPhone property from WinJS 2.1
2014-06-24 15:54:25 +10:00
craigktreasure e62c50cf7b Added isPhone property from WinJS 2.1
Added WinJS 2.1 isPhone property to support WinJS 2.0 and WinJS 2.1 code
sharing in "Universal" Shared projects.

See http://msdn.microsoft.com/en-us/library/windows/apps/dn607959.aspx.
2014-06-23 20:26:48 -07:00
Igorbek 060caf0c03 Merge pull request #2398 from Igorbek/master
RxJS, IxJS updates
2014-06-24 01:45:25 +04:00
Igor Oleinikov 691bf24714 rx.js: added standard AMD module declarations for all RxJS modules. 2014-06-24 01:25:09 +04:00
Igor Oleinikov 89eaf81496 Added AMD module definitions for ix.js. 2014-06-24 01:16:29 +04:00
Igor Oleinikov 419e4dea4c rx.js: reordered Rx.Observable.create overloads (fixes #2384). 2014-06-24 01:13:07 +04:00
Igorbek 13d869ef84 Merge pull request #2397 from Igorbek/knockout.rx
knockout.rx updated to v1.0
2014-06-24 00:53:46 +04:00
Igor Oleinikov 8d960a34f1 Added Rx.Subject.toKoObservable overload. 2014-06-23 21:52:24 +04:00
John Reilly 2f0a85308a Merge pull request #2371 from maboivin/patch-1
Update knockout.d.ts
2014-06-23 18:34:24 +01:00
maboivin 6fbd241926 Added a test for the allBindingsAccessor parameter in the KnockoutBindingHandler interface to support the get method. 2014-06-23 13:16:58 -04:00
Igor Oleinikov b39ef19cb2 Added KnockoutObservable.toSubject 2014-06-23 20:46:14 +04:00
Seon-Wook Park 9886325bf6 noble: Add test for new peripheral.updateRssi 2014-06-24 00:11:37 +09:00
Seon-Wook Park 202f2f6eb3 noble: Add Peripheral.updateRssi method 2014-06-24 00:05:22 +09:00
Basarat Ali Syed d3f6bcccde Merge pull request #2391 from falsandtru/patch-1
jQuery: Add `delegate` method overload signature
2014-06-23 15:26:37 +10:00
falsandtru 1fd63d49c6 jQuery: Add delegate method overload signature
Please support 'eventData' parameter.
http://api.jquery.com/delegate/
2014-06-23 14:11:52 +09:00
Basarat Ali Syed fa897a954c Merge pull request #2382 from smrq/master
angular: Add isolateScope() to jqLite
2014-06-22 23:11:06 +10:00
Basarat Ali Syed 4b1c10b419 Merge pull request #2389 from borisyankov/def/typescriptServic
Update typescriptServices-tests.ts
2014-06-22 15:37:09 +10:00
Basarat Ali Syed 9f13a7bafa Update typescriptServices-tests.ts
actual test
2014-06-22 15:35:35 +10:00
Basarat Ali Syed 1e159083bd Merge pull request #2388 from borisyankov/def/typescriptServices
Definition for typescript services
2014-06-22 15:25:40 +10:00
basarat faab982a1c add valid header 2014-06-22 15:21:18 +10:00
basarat 1c306cc673 added typescript-services definition 2014-06-22 15:18:24 +10:00
Basarat Ali Syed d9709432bf Merge pull request #2387 from borisyankov/def/moviedb
moviedb (npm install moviedb) initial definitions
2014-06-22 13:31:17 +10:00
basarat 104d05c91d moviedb (npm install moviedb) initial definitions 2014-06-22 13:29:16 +10:00
Basarat Ali Syed 55ea0e0041 Merge pull request #2386 from jjeffery/Alertify
Add typings for Alertify
2014-06-22 13:18:51 +10:00
John Jeffery 570c76a64b Add typings for Alertify 2014-06-22 12:23:03 +10:00
Basarat Ali Syed 1653954824 Merge pull request #2385 from borisyankov/def/atom
minor atom doc fixes
2014-06-21 23:55:57 +10:00
basarat 989897e630 fix indents 2014-06-21 23:51:30 +10:00