18734 Commits
Author SHA1 Message Date
Boris Yankov f90c0763c6 Merge pull request #1130 from derekcicerone/patch-20
Fix future bugs in moment.d.ts
2013-10-11 21:05:24 -07:00
Boris Yankov f2f6a95b4b Merge pull request #1129 from derekcicerone/patch-19
Fix future bugs in leaflet.d.ts
2013-10-11 21:04:53 -07:00
Boris Yankov 063531ba5c Merge pull request #1132 from derekcicerone/patch-22
Fix optional argument in slickgrid.d.ts
2013-10-11 21:04:17 -07:00
Boris Yankov bef0f87e63 Merge pull request #1128 from derekcicerone/patch-18
Fix jquery.d.ts break with TypeScript 'develop' branch
2013-10-11 21:03:44 -07:00
Derek Cicerone cdbcec0205 Fix optional argument in slickgrid.d.ts
From looking at the code, this argument appears to be optional.  Also, we are omitting it in our code and it works.
2013-10-11 21:46:59 -04:00
Derek Cicerone 65000321ad Fix future bugs in slickgrid.d.ts
The 'develop' version of the TypeScript compiler is pickier about generics being fully specified.  I believe these are the proper missing types.
2013-10-11 21:02:37 -04:00
Derek Cicerone 690b190b09 Fix future bugs in moment.d.ts
The 'develop' version of the TypeScript compiler requires all generics to be fully specified.  I believe these arrays should all be numbers: http://momentjs.com/docs/#/parsing/array/
2013-10-11 20:49:44 -04:00
Derek Cicerone 5b00360b17 Fix future bugs in leaflet.d.ts
The 'develop' TypeScript compiler is pickier about generics being fully specified.  In this case, 3 arrays could be more specific about the type of elements.
2013-10-11 20:40:00 -04:00
Derek Cicerone d3124df1d4 Fix jquery.d.ts break with TypeScript 'develop' branch
The beta compiler is smarter about detecting inconsistencies:
jquery.d.ts(192,11): error TS2189: Interface 'JQueryEventObject' cannot simultaneously extend types 'BaseJQueryEventObject' and 'JQueryInputEventObject':
Types of property 'metaKey' of types 'BaseJQueryEventObject' and 'JQueryInputEventObject' are not identical.

Documentation seems to indicate 'boolean' is correct: http://api.jquery.com/event.metaKey/
2013-10-11 20:23:28 -04:00
rsmithh e0a2f1b03c Update chrome.d.ts 2013-10-11 19:35:09 +01:00
Maksim Kozhukh f83a65a5de Defenitions for dhtmlxScheduler and dhtmlxGantt 2013-10-11 16:06:19 +03:00
basarat bd8fc348a4 Merge pull request #1125 from rsmithh/patch-1
Added chrome.identity.getAuthToken
2013-10-11 03:25:24 -07:00
rsmithh 6b1d7dfc65 Added chrome.identity.getAuthToken 2013-10-11 10:37:44 +01:00
basarat 02cf900812 Merge pull request #1119 from tomkuijsten/master
Added generic overload method declarations for the ko.utils.arrayX funct...
2013-10-10 18:53:21 -07:00
basarat 4ced5f7abb Merge pull request #1116 from rsmithh/patch-1
Update chrome.d.ts
2013-10-10 18:50:04 -07:00
Derek Cicerone 7405a33a7c Fixes for underscore.d.ts
* the type of elements in the array returned by pluck have no correlation to the type of elements in the source array - they actually relate to the values of the provided property name
* bind wasn't working for a function typed as "Function".  In our use case, we call _.throttle() then use the result in _.bind().
* the hash function passed into memoize may take multiple arguments
2013-10-10 19:31:06 -04:00
Sean Clark Hess e97c31c8fd Q: reversed the order of function overrides to put promises first for nested promises 2013-10-10 15:37:18 -06:00
Boris Yankov 6e7284fd52 Merge pull request #1121 from johnnyreilly/master
jQuery Validation: added missing errorList / errorMap properties and valid / size / hideErrors functions
2013-10-10 10:33:28 -07:00
John Reilly 6b8d398be9 Added errorList / errorMap properties and valid / size / hideErrors functions with associated tests 2013-10-10 17:02:39 +01:00
Tom Kuijsten b8829669a7 Added generic overload method declarations for the ko.utils.arrayX functions 2013-10-09 13:43:24 +02:00
Felix Fung 7871c30298 Ember.run.{debounce,throttle,later} have variable arguments
Straight from the docs (http://emberjs.com/api/classes/Ember.run.html),
see the method debounce is defined thusly:

debounce (target, method, args*, wait, immediate): void

Even though the last two arguments are guaranteed, the variable
arguments in the middle means we can only ever type everything after
method as "...any".
2013-10-09 02:20:02 -04:00
rsmithh 0fb291f31f Update chrome.d.ts
Fix argument to BookmarkRemovedEvent
2013-10-08 17:13:21 +01:00
Diullei Gomes 52952e923b Merge pull request #1112 from flurg/master
New definition file and tests for mCustomScrollbar
2013-10-05 18:27:20 -07:00
Diullei Gomes 4afd742b79 Merge pull request #1099 from BMeyerKC/Knockout.Mapper
Knockout.Mapper Basic Definitions
2013-10-05 18:23:41 -07:00
Diullei Gomes 2597c4a3c2 Merge pull request #1098 from AdamLay/master
Added Chrome App Definitions + Tests
2013-10-05 18:19:43 -07:00
Diullei Gomes c0c9838628 Merge pull request #1091 from derekcicerone/patch-11
Create cometd.d.ts
2013-10-05 18:17:33 -07:00
basarat 7c4c03b5da Merge pull request #1115 from dimchansky/google-maps-fix
fixed getTileUrl method signature of ImageMapTypeOptions interface
2013-10-05 09:11:35 -07:00
Christiaan Rakowski 2374fc4589 changed Array<string> to string[], and added test 2013-10-05 17:55:17 +02:00
Dmitrij Koniajev f66d407c43 fixed getTileUrl method signature of ImageMapTypeOptions interface 2013-10-05 18:25:36 +03:00
Sarah 0e80e00f0f Changed project URL to github project 2013-10-04 10:27:04 +01:00
Sarah 4cf391a754 Updated to include new mCustomScrollbar details 2013-10-04 09:45:57 +01:00
Sarah 8d3766f092 New definition and tests for mCustomScrollbar 2013-10-04 09:34:13 +01:00
basarat b64710bdf5 Merge pull request #1110 from derekcicerone/patch-16
Fix noImplicitAny in handlebars.d.ts
2013-10-03 18:54:50 -07:00
ashwinr e67ec88e0d Update bind method for underscore.d.ts
Bind on a <Function> parameter. This fixes typing errors caused by binding functions returned by other underscore methods such as partial/memoize/throttle/debounce etc.
2013-10-03 15:35:44 -04:00
Derek Cicerone 4f3546a1e5 Fix noImplicitAny in handlebars.d.ts
* diff from the previous change is on line 20 - "options" needed to be optional
2013-10-03 12:11:32 -04:00
Diullei Gomes a7e3a4fa75 Merge pull request #1089 from derekcicerone/patch-10
Create when.d.ts
2013-10-03 08:05:34 -07:00
Diullei Gomes d7c2d11468 Merge pull request #1109 from kyo-ago/master
Add AppFramework
2013-10-03 07:50:51 -07:00
kyo-ago 119c213c5e bug fix 2013-10-03 22:23:35 +09:00
kyo-ago 5c4de2e90f Merge remote-tracking branch 'main/master' 2013-10-03 22:03:00 +09:00
kyo-ago e6f2fa8481 add toggleClass 2013-10-03 22:02:28 +09:00
Christiaan Rakowski 688387ff35 Notification.confirm with buttonLabels array 2013-10-03 10:28:47 +02:00
vvakame 9ad2e474c3 Fixed --noImplicitAny trouble about tween.js 2013-10-03 12:55:47 +09:00
vvakame a410fe3316 Fixed --noImplicitAny trouble about rx.js 2013-10-03 12:55:39 +09:00
vvakame 2a9d078d0c Fixed --noImplicitAny trouble about expect.js 2013-10-03 12:55:30 +09:00
basarat 0b11d4cea9 Merge pull request #1107 from derekcicerone/patch-15
Fix noImplicitAny in zeroclipboard.d.ts
2013-10-02 20:54:08 -07:00
basarat c41200f038 Update easeljs.d.ts 2013-10-03 13:47:58 +10:00
basarat 615b4aad10 Merge pull request #1106 from golear/patch-1
Added mouseMoveOutside to Stage class
2013-10-02 20:46:37 -07:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
Derek Cicerone 4b087f54e5 Fix noImplicitAny in zeroclipboard.d.ts
* checked all of these against the source code, they should all be correct (no assumptions about return types this time :)
2013-10-02 22:02:30 -04:00
golear 7de857e379 Added mouseMoveOutside to Stage class
Stage.mouseMoveOutside was missing.  Added it.
2013-10-02 21:00:01 -05:00