Commit Graph
4572 Commits
Author SHA1 Message Date
Dick van den Brink 62e032b12d Add some more missing functions 2014-04-12 19:48:31 +02:00
Dick van den Brink 43130d44a5 Add missing test functions 2014-04-12 19:23:51 +02:00
Basarat Ali Syed a821755ea0 Update angular.d.ts
closes #2028
2014-04-12 21:26:10 +10:00
Basarat Ali Syed fcc1ab786a marionette : closes #2027 2014-04-12 18:44:14 +10:00
Basarat Ali Syed eba8e31b8e Merge pull request #2025 from borisyankov/def/cardova
definitions for cardova closes #1941
2014-04-12 02:43:45 +10:00
basarat 8ae097fc77 Merge branch 'cordova' of https://github.com/MSOpenTech/DefinitelyTyped into def/cardova 2014-04-12 02:32:54 +10:00
Basarat Ali Syed f1760a0f52 Merge pull request #2024 from borisyankov/def/threejs
Three.js Remove dead code
2014-04-12 02:25:15 +10:00
Basarat Ali Syed 6e586d7e6f Merge pull request #2016 from jseanxu/winjs
WinJS
2014-04-12 02:17:39 +10:00
Basarat Ali Syed e4a1fe9945 Three.js Remove dead code
no longer required after https://github.com/borisyankov/DefinitelyTyped/pull/2021
2014-04-12 02:10:47 +10:00
Basarat Ali Syed 6ee64caff1 Merge pull request #2021 from domesticmouse/patch-1
Path is defined as a class, thus extending not implementing Path.
2014-04-12 02:06:12 +10:00
Basarat Ali Syed a83d95905a Merge pull request #1939 from rageshkrishna/fix_1636
Fixes #1636: Add get(setting) definition on express.Application
2014-04-12 01:50:05 +10:00
Brett Morgan 863f355343 Making typescript compiler happy
Typescript 1.0.0 error'd on this line, I suspect because Path is defined as a class not an interface. Changing from implements to extends made the error go away. 

hth, brett
2014-04-11 14:55:20 +10:00
Masahiro Wakame f0259b1232 Merge pull request #2018 from vvakame/add-jsdiff
add diff/diff.d.ts
2014-04-10 21:48:14 +09:00
Masahiro Wakame af2a512c58 Merge pull request #2013 from enternet/patch-8
HighchartsLegendOptions.useHTML?: boolean
2014-04-10 21:45:02 +09:00
vvakame 8fd7ae8196 improve diff-tests.ts 2014-04-10 19:07:43 +09:00
vvakame d3dd12701c add diff/diff.d.ts 2014-04-10 18:59:19 +09:00
Basarat Ali Syed eac9e65b26 Merge pull request #1994 from yortus/open-express.d.ts-interfaces
Open express.d.ts interfaces
2014-04-10 19:35:19 +10:00
jseanxu 55c1ee5cd1 As the doc says, the type of the first parameter is the VALUE (not the promise itself) to be returned by the return promise. 2014-04-09 15:22:55 -07:00
jseanxu 27b4741d5c Missing property in the WinJS.Utilities namespace. 2014-04-09 15:22:08 -07:00
jseanxu f3b8cfb7e3 Fixed some typing in WinJS.Utilities. 2014-04-09 15:21:51 -07:00
jseanxu a85238496d Parameterized some utility functions. This assures that the return type and the input type are always the same. 2014-04-09 15:21:07 -07:00
jseanxu 40c621ae5c As the docs indicate, the 2nd parameter is optional. 2014-04-09 15:19:51 -07:00
jseanxu 722788bcc7 This guy can be even more specialized - it takes only img tags. 2014-04-09 15:19:33 -07:00
jseanxu 793e49acba Provided an interface for the currentItem property. Fixed up some minor typing and visibility issues in ListView. 2014-04-09 15:19:02 -07:00
jseanxu b69147f2a5 Fixed some any-typed properties. 2014-04-09 15:17:52 -07:00
jseanxu dcff230b75 The 'calendar' property is a format string. 2014-04-09 15:16:22 -07:00
jseanxu fac68f1264 As the docs say, these 2 properties are HTMLElements. 2014-04-09 15:14:27 -07:00
jseanxu c4cfea06a6 The 'commands' property of both AppBar and Menu can take both a single command or an array of commands. Since there is no syntax to type this duality, we should indicate an array of commands instead. 2014-04-09 15:13:47 -07:00
jseanxu 0a7bf0d889 The second parameter for show/hideCommands for AppBar can be optional, especially since it is deprecated, it is actually encouraged to not specify it. 2014-04-09 15:12:08 -07:00
jseanxu 2de7bfe627 WinJS control constructors do not require an element to be passed. If no element is passed, an element is created during construction and accessible via the 'element' property. 2014-04-09 15:10:08 -07:00
enternet 9bc2b98fdb HighchartsLegendOptions.useHTML?: boolean
HighchartsLegendOptions.useHTML is boolean property, not numeric.

Sometimes i'm thinking that I'm the first person in the world who is using these definitions (
2014-04-09 21:04:05 +03:00
Masahiro Wakame c5d0f1532f Merge pull request #2011 from enternet/patch-7
RaphaelPaper.forEach() returns RaphaelPaper
2014-04-09 23:44:27 +09:00
enternet 37e590111b RaphaelPaper.forEach() returns RaphaelPaper
RaphaelPaper.forEach() returns RaphaelPaper at runtime.
2014-04-09 17:31:48 +03:00
Masahiro Wakame 2d02815641 Merge pull request #2008 from milkisevil/master
Added `Animation.isActive():boolean`
2014-04-09 21:54:29 +09:00
Masahiro Wakame d75ad62c65 Merge pull request #2007 from Aidiakapi/patch-1
fix(angularjs): make Function.$inject optional
2014-04-09 21:53:36 +09:00
Masahiro Wakame 38795d8464 Merge pull request #2006 from alexeibs/master
fixed declaration of d3.Event interface
2014-04-09 21:52:43 +09:00
Masahiro Wakame dfdccc4516 Merge pull request #2003 from enternet/patch-5
RaphaelPaper.forEach()
2014-04-09 21:34:09 +09:00
Masahiro Wakame 410f973e89 Merge pull request #2010 from gyohk/master
Renamed createjs.d.ts to createjs-lib.d.ts for intelligibility.
2014-04-09 19:56:04 +09:00
satoru kimura ac17239ecf added createjs.d.ts again. 2014-04-09 19:44:26 +09:00
satoru kimura 6bd86406f6 Renamed definition file for intelligibility. 2014-04-09 13:09:16 +09:00
milkisevil f32f51065c Added Animation.isActive():boolean
See: http://api.greensock.com/js/com/greensock/core/Animation.html#isActive()
2014-04-08 18:56:04 +01:00
Aidiakapi cbdaec6beb fix(angularjs): make Function.$inject optional
The $inject member of the global Function interface should be optional, to be consistent with actual functions.
2014-04-08 17:32:00 +02:00
Alexei Bykov 2aa1127c03 fixed declaration of d3.Event interface
- added 'type' member into d3.Event interface
2014-04-08 19:18:55 +04:00
enternet 341d0c519e RaphaelPaper.forEach()
RaphaelPaper.forEach() declaration has been fixed.
2014-04-08 14:04:43 +03:00
John Reilly d6d7eec45a Merge pull request #1997 from JoshStrobl/master
jQuery.d.ts .on() declaration addition
2014-04-07 19:40:18 +02:00
Joshua Strobl c5d912aca6 Fixed indentation in jquery.d.ts 2014-04-07 18:48:02 +03:00
Bart van der Schoor 74dcc20096 Merge pull request #1999 from borisyankov/dev/bandaid/full
quick fix for runner; less cores, more speed
2014-04-07 02:48:41 +02:00
Bart van der Schoor 8b299a902a Merge pull request #1998 from altano/master
Updating the readme for asciify.
2014-04-07 02:23:38 +02:00
Alan ee63d5a00b Switching asciify link to github repository. 2014-04-06 20:15:37 -04:00
Alan f66c251d74 Updating the readme for asciify. 2014-04-06 19:54:04 -04:00