Commit Graph
5395 Commits
Author SHA1 Message Date
Steven e1b2093b33 More specific constructor for string or HTMLElement 2014-07-01 10:33:28 -07:00
Steven 371e57f2c9 Dropzone constructor takes any
The docs say that the constructor can take a string selector, HtmlElement, or JQuery type as seen here:
http://www.dropzonejs.com/#toc_15
2014-06-30 20:26:58 -07:00
Basarat Ali Syed 3c26df13c4 Merge pull request #2430 from borisyankov/def/es6promise
feat(es6-promises) added `import/require` support + tests
2014-06-29 16:55:09 +10:00
basarat 23fc42b8a0 feat(es6-promises) added import/require support + tests 2014-06-29 16:53:21 +10:00
Bart van der Schoor a51117facb Merge pull request #2418 from rogierschouten/master
New typings for package "timezonecomplete"
2014-06-28 20:22:30 +02:00
Rogier Schouten 165f9374fb Adhered to CONTRIBUTING.md conventions 2014-06-28 19:28:43 +02:00
Igorbek 4611f12ff2 Merge pull request #2427 from Igorbek/knockout-3.1
Knockout 3.2.0-beta
2014-06-28 20:01:30 +04:00
Igor Oleinikov 416505eb3e Fixed tests/knockout-templatingBehaviors-tests.ts. 2014-06-28 19:57:23 +04:00
Igor Oleinikov 3f015d97e1 Fixed ko.bindingProvider. 2014-06-28 19:49:55 +04:00
Igor Oleinikov e001f7dd6e Version bump to 3.2.0-beta. 2014-06-28 19:40:45 +04:00
Igor Oleinikov 73778d52f7 Added KnockoutTemplateAnonymous, fixed ko.templateSources.domElement. 2014-06-28 19:20:44 +04:00
Igor Oleinikov d72558d159 Removed ko.bindingProvider.getBindingsString. 2014-06-28 19:06:51 +04:00
Igor Oleinikov 7b4b881fbc Added ko.component
KnockoutComponents: register, isRegistered, unregister;
KnockoutComponentDefinition: template, createViewModel;
KnockoutComponentLoader: loadTemplate, loadViewModel;
KnockoutComponentConfig: template, createViewModel.
2014-06-28 18:55:04 +04:00
Igor Oleinikov c181fd9309 Added KnockoutBindingProvider, KnockoutComponents, KnockoutComponentLoader.
Added stubs for KnockoutComponentDefinition, KnockoutComponentConfig.
2014-06-28 17:56:50 +04:00
Igor Oleinikov b753ba68cc Added trackArrayChanges extender, ko.getBindingHandler, ko.applyBindingAccessorsToNode. 2014-06-28 17:37:29 +04:00
Basarat Ali Syed c17badc08f Merge pull request #2426 from borisyankov/def/jquery
expand the `abort` jsdoc
2014-06-28 23:13:30 +10:00
basarat 593a1d571b expand the abort jsdoc 2014-06-28 23:08:51 +10:00
Basarat Ali Syed 32369dce43 Merge pull request #2416 from omidkrad/patch-1
Added more DatepickerOptions
2014-06-28 22:31:59 +10:00
Igor Oleinikov 2b88f1cf8b Added rateLimit extender. 2014-06-28 14:47:31 +04:00
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
Rogier Schouten f787f16fb5 Add two methods add() and sub() to timezonecomplete.d.ts 2014-06-27 12:28:44 +02: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
Rogier Schouten 37982a91ed add new typings for timezonecomplete 2014-06-27 10:38:14 +02:00
Rogier Schouten f533143b45 merge 2014-06-27 10:36:32 +02:00
Omid K. Rad 93f0a11eb6 Added comments about options of Date type
and fixed the build
2014-06-26 19:38:07 -07:00
Omid K. Rad dbbde7e87d Added more DatepickerOptions
Taken from online docs: http://bootstrap-datepicker.readthedocs.org/
2014-06-26 13:52:20 -07: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
Rogier Schouten 01b07842ce Add missing callback parameter to dgram.Socket.bind() and update dgram.Socket.send() 2014-06-25 13:50:49 +02:00
Rogier Schouten 767ea06985 Merge remote-tracking branch 'upstream/master' 2014-06-25 13:40:28 +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