Commit Graph
5660 Commits
Author SHA1 Message Date
Gil Amran 1a61ce3145 Removed webgl.d.ts (Included in lib.d.ts)
Added missing x and y properties
Added missing semicolon
2014-07-23 17:26:15 +03:00
Bart van der Schoor 5a8f9e312f Merge pull request #2531 from Bartvds/def/chai
moved chai-assert.d.ts into chai.d.ts
2014-07-22 20:34:15 +02:00
Basarat Ali Syed 6d587e9ad8 Merge pull request #2546 from borisyankov/def/jquery
JQuery `originalEvent` should be of type `Event`
2014-07-22 21:04:24 +10:00
basarat e917a9c81e JQuery originalEvent should be of type Event
closes #2545
2014-07-22 21:00:50 +10:00
Basarat Ali Syed 723f27c03e Merge pull request #2542 from omidkrad/patch-1
Backbone.emulateJSON
2014-07-22 13:59:04 +10:00
Igorbek b31b4e111a Merge pull request #2544 from Igorbek/RxJS
RxJS: rename to 'rx' and extract 'rx-jquery' module.
2014-07-21 18:39:57 -07:00
Igor Oleinikov fb839ffeb9 Fixed reference of rx in promises-a-plus-tests.ts 2014-07-21 18:36:03 -07:00
Igor Oleinikov 327bd5d890 Merge remote-tracking branch 'remotes/upstream/master' into RxJS
Conflicts:
	knockout.rx/knockout.rx.d.ts
2014-07-21 18:33:21 -07:00
Igor Oleinikov 3394ad045e Fixed reference path to RxJS in knockout.rx.d.ts 2014-07-21 18:15:18 -07:00
Igor Oleinikov aef69df8b4 Fixed reference path in rx.jquery.d.ts 2014-07-21 18:13:36 -07:00
Igor Oleinikov 3a92e77193 rx.js renamed to rx. 2014-07-21 18:11:26 -07:00
Igor Oleinikov 70b0bfebde rx.jquery.d.ts moved to separated folder 'rx-jquery'. 2014-07-21 18:10:22 -07:00
Basarat Ali Syed f2ce08f2bf Merge pull request #2537 from carldebilly/master
Remove useless reference to RxJS definitions
2014-07-22 09:28:36 +10:00
Omid K. Rad 48a3150ca5 Backbone.emulateJSON
http://backbonejs.org/#Sync-emulateJSON
2014-07-21 16:04:35 -07:00
Basarat Ali Syed 1f169d0c9a Merge pull request #2521 from bashor/patch-1
Remove extra declaration of Em.Handlebars.compile in ember.d.ts
2014-07-21 22:43:20 +10:00
Basarat Ali Syed 746a195b65 Merge pull request #2528 from zakki/jquery-blockUI
Fix jQuery BlockUI Plugin
2014-07-21 22:36:57 +10:00
Basarat Ali Syed 17ae52ecba Merge pull request #2527 from thasner/master
added second argument "element" to $.filter
2014-07-21 22:34:22 +10:00
Basarat Ali Syed 304e7e1ba8 Merge pull request #2532 from xi/feature-jasmine-add-missing
jasmine: add missing variable DEFAULT_TIMEOUT_INTERVAL
2014-07-21 20:25:09 +10:00
Basarat Ali Syed 53bce1dc85 Merge pull request #2540 from soulBit/patch-1
Update kineticjs.d.ts
2014-07-21 19:33:10 +10:00
Taylan 93116a95bb Update kineticjs.d.ts
Updated arguments for Node.move() to match library:

http://kineticjs.com/docs/Kinetic.Node.html
2014-07-21 10:24:55 +01:00
Basarat Ali Syed b2e663550a Merge pull request #2538 from borisyankov/def/typeahead
Added val methods
2014-07-21 11:49:45 +10:00
Basarat Syed 735c0f1d5d Added val methods
- ref https://github.com/twitter/typeahead.js/blob/master/doc/jquery_typeahead.md#api
2014-07-21 11:48:03 +10:00
Basarat Ali Syed 14c95efd6d Merge pull request #2525 from zaneli/progressjs
Add definitions for ProgressJs
2014-07-21 11:04:30 +10:00
Basarat Ali Syed 0ff8665c69 Merge pull request #2536 from nycdotnet/NewBigJSDefinition
New definition for big.js
2014-07-21 10:30:37 +10:00
Carl de Billy a2cb953ad1 Removed useless reference to RxJS typing
Since the typing is now part of RxJS, referencing it (which is causing a
nuget package dependency) will cause a problem by having twice the save
references in the samme app.
2014-07-20 16:30:34 -04:00
Carl de Billy 0692edd238 Revert "Remove useless reference to RxJS"
This reverts commit dc4d81a6bd.
2014-07-20 16:25:49 -04:00
Carl de Billy dc4d81a6bd Remove useless reference to RxJS
This reference is not needed and is now causing problem because the
definitelyTyped for RxJS is now part of the RxJS package directly.  The
Nuget package will needed to be changed also.
2014-07-20 12:59:27 -04:00
Steve Ognibene 433b0cf2df Added line to contributors file. 2014-07-20 09:14:58 -04:00
Steve Ognibene 4227be18c1 Added typing for big.js library 2014-07-20 09:10:21 -04:00
Basarat Ali Syed f64ae50d57 Merge pull request #2535 from sebastian-lenz/master
Added lunr.js definitions
2014-07-20 21:54:09 +10:00
Sebastian Lenz 730cb88fb0 Added lunr.js definitions 2014-07-20 12:13:28 +02:00
Tobias Bengfort 3c4d380a0f add example to jasmine-tests.ts 2014-07-19 11:48:42 +02:00
Tobias Bengfort e827d60b1a jasmine: add missing variable DEFAULT_TIMEOUT_INTERVAL 2014-07-19 11:44:50 +02:00
Basarat Ali Syed 5326ecda45 Merge pull request #2513 from isibner/master
Add definitions for angular-protractor 1.0.0-rc4
2014-07-19 15:01:24 +10:00
Bart van der Schoor d1f9d3fef5 fixed chai test 2014-07-19 05:35:05 +02:00
Bart van der Schoor dfab9f569d moved chai-assert into main chai definition
renamed chai-fuzzy-assert to chai-fuzzy
2014-07-19 05:33:05 +02:00
Kensuke Matsuzaki c9370c4326 Fix jQuery BlockUI Plugin 2014-07-18 14:45:24 +09:00
Tom Hasner 44ace5c660 added second argument "element" to $.filter 2014-07-17 18:04:10 -04:00
Ian Sibner bc8bc17374 Changes based on @BillArmstrong's feedback
* Remove optional parameters from Element interface
* Remove additional parameters from ElementFinder.isElementPresent
* Add "asElementFinders_" and "then" methods to ElementArrayFinder interface
2014-07-17 11:54:00 -04:00
zaneli b09ee215ec Add definitions for ProgressJs 2014-07-17 21:21:02 +09:00
John Reilly 298b893f08 Merge pull request #2523 from omidkrad/master
Backbone updates and comments
2014-07-17 05:24:28 +01:00
Omid K. Rad c18eb2ad64 Added test for adding object literals as models 2014-07-16 19:42:09 -07:00
Omid K. Rad d205eb8726 Updated collection tests and added comments 2014-07-16 18:34:55 -07:00
Omid K. Rad 06392eab94 How to access attributes in a strongly-typed manner
Only added comments and examples
2014-07-16 16:12:00 -07:00
Omid K. Rad c743233ab0 Overloads for Collection.get method 2014-07-16 16:08:00 -07:00
Omid K. Rad 213d8c7da7 Adding back Backbone.$
http://backbonejs.org/#Utility-Backbone-$

Also removed `setDomLibrary`

Backbone change log 0.9.9 — Dec. 13, 2012:
To set what library Backbone uses for DOM manipulation and Ajax calls,
use `Backbone.$ = ...` instead of `setDomLibrary`.
2014-07-16 15:31:44 -07:00
Zalim Bashorov ad8d43a73b Remove extra declaration of Em.Handlebars.compile in ember.d.ts 2014-07-16 23:39:39 +04:00
Basarat Ali Syed 3a45891ed4 Merge pull request #2515 from NewNotMoon/master
Update CONTRIBUTORS.md
2014-07-16 23:49:21 +10:00
新ゝ月 98077b3ab8 Update CONTRIBUTORS.md
Sorry, I was writing the wrong URL.
2014-07-16 22:11:18 +09:00
Basarat Ali Syed c1355d1313 Merge pull request #2514 from dduugg/jqueryui
Fix JQueryUI Slider definitions
2014-07-16 12:01:18 +10:00