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
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
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
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
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
Basarat Ali Syed
9faf4b404c
Merge pull request #2512 from NewNotMoon/master
...
add jquery.pjax.falsandtru
2014-07-16 11:59:28 +10:00
新ゝ月
e65feae203
Update jquery.pjax-tests.ts
2014-07-16 10:08:56 +09:00
NewNotMoon
b41dc8fe9c
add jquery.pjax.falsandtru
2014-07-16 09:13:55 +09:00
Douglas Eichelberger
a5c374e96a
Fix JQueryUI Slider definitions
2014-07-15 17:11:03 -07:00
Ian Sibner
68dfa3453b
Add definitions for angular-protractor 1.0.0-rc4
2014-07-15 20:07:50 -04:00
Igorbek
8e9ac73126
Merge pull request #2511 from Igorbek/master
...
Added AMD named module export definition for `rx.jquery`
2014-07-15 12:59:02 -07:00
Igor Oleinikov
72ab7b498a
Added AMD named module export definition for rx.jquery.
2014-07-15 12:41:50 -07:00
Igorbek
268b254a58
Merge pull request #2510 from Igorbek/RxJS-2.2.28
...
Update RxJS to version 2.2.28
2014-07-15 09:57:42 -07:00
Igor Oleinikov
2f5fb6d9e4
Version bump to 2.2.28
2014-07-15 09:33:03 -07:00
Igor Oleinikov
a1fe5ce51b
Added switchMap alias for selectSwitch.
2014-07-15 09:29:06 -07:00
Igor Oleinikov
aa37a6d4be
Added alias just for return.
2014-07-15 09:17:13 -07:00
Igor Oleinikov
cfbd50bddb
Added @since jsdoc attributes for new methods.
2014-07-15 09:13:26 -07:00
Igor Oleinikov
3399c7e738
shareReplay moved to rx.binding-lite.d.ts.
...
Removed `replayWhileObserved` from `rx.binding.d.ts` (replaced by `shareReplay`).
2014-07-15 09:11:16 -07:00
Igor Oleinikov
f3ed4c501e
Added exclusiveMap operator.
2014-07-15 09:04:49 -07:00
Igor Oleinikov
b5c9860090
Added exclusive operator.
2014-07-15 08:51:27 -07:00
Igor Oleinikov
436ecfdb3b
Added Rx.Observable.of.
2014-07-15 08:39:53 -07:00
Basarat Ali Syed
f3ab38767c
Merge pull request #2505 from fivetran/google.visualization
...
ChartArea allows missing members
2014-07-15 16:25:13 +10:00
Basarat Ali Syed
7d47f634a5
Merge pull request #2506 from borisyankov/def/kinetic
...
Update kineticjs.d.ts
2014-07-15 15:12:20 +10:00
Basarat Ali Syed
6e579ac471
Update kineticjs.d.ts
...
- `Line` has property `dashArray` not dash : http://kineticjs.com/docs/Kinetic.Line.html
- there is no `remove` function on `Container` : http://kineticjs.com/docs/Kinetic.Container.html that takes a child
- there is however a `remove` function on `Node` that removes an item from its parent. http://kineticjs.com/docs/Kinetic.Node.html This function exists in Container as well http://kineticjs.com/docs/Kinetic.Container.html (since container inherits from Node)
2014-07-15 15:10:17 +10:00
Georgie
4e6c9f190b
ChartArea allows missing members
2014-07-14 14:07:13 -07:00
Bart van der Schoor
7ae2aa6e4c
Merge pull request #2504 from poelstra/master
...
Expand typings for source-map-support.
2014-07-14 11:05:12 +02:00
Martin Poelstra
a8fbeb0d28
Expand typings for source-map-support.
2014-07-14 10:57:13 +02:00
John Reilly
33bf97ba1e
Merge pull request #2497 from johnnyreilly/master
...
JSDoc for $q
2014-07-11 14:52:31 +01:00
John Reilly
dd9c603823
JSDoc
2014-07-11 14:42:06 +01:00
Basarat Ali Syed
3b3f0d9dbc
Merge pull request #2486 from liorm/passport-strategy
...
Added definitions for passport-strategy
2014-07-11 22:53:49 +10:00
Basarat Ali Syed
f25ceeddfd
Merge pull request #2423 from jseanxu/legacy
...
Created separate definition files for release versions of WinJS
2014-07-11 22:28:46 +10:00
Bart van der Schoor
b7b3a6d9b5
Merge pull request #2496 from Bartvds/def/bl
...
fixed bufferlist
2014-07-11 07:46:01 +02:00
Bart van der Schoor
54e460e216
fixed bufferlist
2014-07-11 07:37:05 +02:00
John Reilly
cbc464c6b4
Merge pull request #2493 from ciel/master
...
Updated "then" within interface JQueryXHR
2014-07-10 17:07:52 +01:00
Ciel
9d7f8f967d
Updated "then" within interface JQueryXHR
...
Updated "then" within the JQueryXHR interface - details are visible here: https://github.com/borisyankov/DefinitelyTyped/issues/2492
Sorry if this isn't the right way. This is my very first pull request.
2014-07-10 10:52:50 -05:00
Masahiro Wakame
fec70605c3
Merge pull request #2434 from Saftpresse99/master
...
Update angular-translate.d.ts
2014-07-10 18:54:02 +09:00
Saftpresse99
3edc940cc1
Rename addPart and deletePart return value
2014-07-10 11:16:20 +02:00