18734 Commits
Author SHA1 Message Date
Diullei Gomes 88fcc9b658 Merge pull request #794 from jfoliveira/master
Added getSubscriptionsCount function to KnockoutComputedFunctions
2013-07-22 08:22:06 -07:00
jfoliveira 661adf0b64 Added getSubscriptionsCount function to KnockoutComputedFunctions
This function was missing and is expected to be available to all KnockoutComputer<T> objects, as stated in the docs:
http://knockoutjs.com/documentation/computedObservables.html#computed_observable_reference
2013-07-22 14:47:40 +01:00
Diullei Gomes 981c9f9f35 Merge pull request #793 from musically-ut/issue-668
Fix issue #668.
2013-07-21 22:41:28 -07:00
Diullei Gomes 85e2e73054 Merge pull request #792 from theodorejb/master
Update jquery.cookie and spin.js to support TS 0.9
2013-07-21 22:39:17 -07:00
Diullei Gomes d2886b8860 Merge pull request #788 from vvakame/add-firefox
Added definition for Firefox Web API
2013-07-21 22:37:23 -07:00
vvakame d559a14e79 Renamed firefox-test.ts to firefox-tests.ts 2013-07-22 12:29:57 +09:00
Utkarsh Upadhyay fb2e396858 Fix issue #668.
Change the spellings of Types/docs to American English.
2013-07-21 21:45:19 +02:00
Theodore Brown 4c5af1c3fa bool -> boolean in spin.js 2013-07-21 11:28:25 -05:00
Theodore Brown 8439d657c1 bool -> boolean in jquery.cookie 2013-07-21 11:23:38 -05:00
Diullei Gomes 5e9e468202 Merge pull request #791 from basarat/patch-7
Fixed invalid typescript
2013-07-20 07:37:34 -07:00
basarat 5031efe999 http://raphaeljs.com/reference.html#Raphael.getColor
fixed invalid typescript http://raphaeljs.com/reference.html#Raphael.getColor
2013-07-20 23:11:52 +10:00
Diullei Gomes 21bb5c4dce Merge pull request #790 from Diullei/latest
bug fix - node test
2013-07-19 08:14:02 -07:00
Diullei Gomes 274667b760 bug fix - node test 2013-07-19 12:11:20 -03:00
Diullei Gomes 706ca792ae Merge pull request #786 from pushplay/master
Intl support
2013-07-19 07:33:17 -07:00
Diullei Gomes 0a73e50704 Merge pull request #785 from JanVoracek/patch-1
unwrapObservable should be generic
2013-07-19 07:31:52 -07:00
Diullei Gomes 82fd639571 Merge pull request #784 from greysonp/request-createjs
Added request for CreateJS
2013-07-19 07:27:39 -07:00
Diullei Gomes 04b5743f26 Merge pull request #783 from jameshfisher/jquery-innerwidth-setter
jQuery (inner|outer)(Width|Height) are setters as well as getters
2013-07-19 07:26:41 -07:00
vvakame d9ebddeae2 Added definition for Firefox Web API 2013-07-19 11:55:45 +09:00
Karthikeyan VJ b8baf38823 update setMute and getMute for createjs.Sound
createjs.Sound.setMute
http://www.createjs.com/Docs/SoundJS/files/.._src_soundjs_Sound.js.html#l1151

createjs.Sound.getMute()
http://www.createjs.com/Docs/SoundJS/files/.._src_soundjs_Sound.js.html#l1180
2013-07-19 01:58:02 +03:00
Christiaan Rakowski b6e1333b6c Added typings for jQuery royal-slider v9.4.0 2013-07-18 21:50:43 +02:00
Christiaan Rakowski 5f3e373e14 updated tests 2013-07-18 21:06:52 +02:00
Christiaan Rakowski 07ee38e957 added autoplay and video 2013-07-18 21:05:08 +02:00
Christiaan Rakowski 54056fc706 Halfway there... 2013-07-18 20:56:37 +02:00
Jeffery Grajkowski 4bb981d94c Intl support
The Intl object is the namespace for the ECMAScript Internationalization
API, which provides language sensitive string comparison, number
formatting, and date and time formatting.  It is not yet support in all
modern browsers and is not in lib.d.ts.
2013-07-18 10:59:31 -07:00
Christiaan Rakowski c5959a03d4 Quick and dirty constructor 2013-07-18 15:14:18 +02:00
Christiaan Rakowski 69ab6988d8 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-18 15:12:26 +02:00
Jan Voráček bcbe4c1199 unwrapObservable should be generic 2013-07-18 14:39:16 +02:00
Greyson Parrelli 8bd7d7ab8d Added request for CreateJS 2013-07-17 18:34:48 -07:00
James Fisher 86e45eece5 jQuery (inner|outer)(Width|Height) are setters as well as getters
This undocumented behavior is described in an open issue:

    https://github.com/jquery/api.jquery.com/issues/98
2013-07-17 23:18:08 +01:00
Boris Yankov e1c6346884 Merge pull request #779 from basarat/patch-5
scopes have $parent which are also scopes
2013-07-17 08:25:50 -07:00
Boris Yankov 1fb346b6f2 Merge pull request #781 from sergi/master
Add request for SVG.js definition
2013-07-17 08:22:34 -07:00
Boris Yankov 3d8f641aef Merge pull request #780 from basarat/patch-6
the $observe function
2013-07-17 08:18:21 -07:00
Boris Yankov 99d797b8a3 Merge pull request #782 from maroy1986/master
Update version number an add an alternative definition for arrayPushAll
2013-07-17 08:17:55 -07:00
Marc-Andre Roy 51042d8ae1 Change url typing for any in IRouteParameters
Change the typing of the url parameter in IRouteInfoParameters from string to any. Using a string disallow the use of Regular Expression as URL value. Using any instead of string give more flexibility. Using RegExp as URL gives you the possibility to specify "catch all" routes.
2013-07-17 10:58:16 -04:00
Marc-Andre Roy 0592d2fb45 Update version number to 2.3 2013-07-17 10:48:04 -04:00
Marc-Andre Roy 2aa9a41e3b Allow arrayPushAll to accept an ObservableArray as first parameter 2013-07-17 10:47:27 -04:00
Sergi Mansilla 5c3dde9af2 Add request for SVG.js definition 2013-07-17 16:08:17 +02:00
basarat 155b253f81 the $observe function
http://docs.angularjs.org/guide/directive#attributes
2013-07-17 22:18:16 +10:00
basarat 98a5df369c scopes have $parent which are also scopes
scopes have $parent which are also scopes
2013-07-17 22:12:07 +10:00
Christiaan Rakowski 68804d44a9 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-17 08:43:35 +02:00
Boris Yankov 708da5e9fe Merge pull request #774 from benfo/master
Moment: Some updates for version 2.1.0
2013-07-16 08:48:23 -07:00
Boris Yankov 259cc1b06d Merge pull request #775 from rjamesnw/patch-1
Enumerable was missing from the jQuery static space.
2013-07-16 08:45:29 -07:00
Boris Yankov bc36fefe2d Merge pull request #777 from brian428/_extjs
Add static methods; swap bool for boolean types.
2013-07-16 08:20:31 -07:00
Boris Yankov c1a9dcec9e Merge pull request #778 from brian428/_sencha_touch
Add static methods; swap bool for boolean types.
2013-07-16 08:18:48 -07:00
Christiaan Rakowski e87638f3da Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-16 10:04:48 +02:00
Brian Kotek 21ade97b22 Add static methods; swap bool for boolean types. 2013-07-16 01:34:25 -04:00
Brian Kotek c51afb51d6 Add static methods; swap bool for boolean types. 2013-07-16 01:31:43 -04:00
Diullei Gomes 1865b71510 Merge pull request #770 from musically-ut/feat-d3-improv
Feat d3 improv
2013-07-15 21:51:47 -07:00
rjamesnw 88a10c0a48 Enumerable was missing from the jQuery static space. 2013-07-16 00:49:40 -04:00
benfo 0d28902919 Moment: Add a few more week related methods for version 2.1.0 2013-07-16 06:20:37 +02:00