Commit Graph
5663 Commits
Author SHA1 Message Date
Igor Oleinikov df571c866d Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 13:11:16 -07:00
Igor Oleinikov 60a7a1e19b Exchanged parameters scheduler and context in ObservableStatic.toAsync. 2014-07-22 13:00:08 -07:00
Igor Oleinikov 4c9e9782a7 Exchanged parameters scheduler and context in ObservableStatic.start. 2014-07-22 12:57:09 -07:00
Igor Oleinikov 0f4537ae1c Removed scheduler parameter from fromCallback and fromNodeCallback. 2014-07-22 12:50:51 -07:00
Igor Oleinikov 68b8e0481f Added ObservableStatic.from definition. 2014-07-22 12:10:45 -07:00
Igor Oleinikov b6717c63e2 Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 12:08:33 -07:00
Igor Oleinikov 77615ebcf0 Added few helpers functions. 2014-07-22 11:05:49 -07:00
Igor Oleinikov 982aafdcde Merge remote-tracking branch 'rx/master' into RxJS 2014-07-22 10:42:04 -07:00
Igor Oleinikov f915513180 Removed rx files before merging. 2014-07-22 10:41:20 -07:00
Igor Oleinikov 3854edf9c3 Added few helpers functions. 2014-07-22 10:03:38 -07: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 439b1fdf04 rx.js renamed to rx. 2014-07-21 18:11:26 -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
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
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