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
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
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
vvakame
e7561e2fca
Added default parameter '--noImplicitAny' to runner.ts
2013-10-03 10:18:57 +09:00
basarat
29c3c36ef9
Merge pull request #1104 from wiredprairie/patch-4
...
Added WinJS.Binding.Template class
2013-10-02 17:01:36 -07:00
Aaron
dbcb92dc96
Update win.js to include the Template class
2013-10-02 11:25:04 -05:00
Aaron
856043d464
Added WinJS.Binding.Template class
...
I did not add the unusual function `render.value(...)` as I didn't know how to represent that cleanly in TypeScript.
2013-10-02 08:41:56 -05:00
basarat
f898e01954
Merge pull request #1103 from derekcicerone/patch-14
...
Add missing r, g, b for RGBColor and empty() for Selection
2013-10-02 05:21:29 -07:00
Derek Cicerone
2f6ef85160
Add missing r, g, b for RGBColor and empty() for Selection
2013-10-01 15:00:04 -04:00
basarat
2a1a03c61f
Controller is a valid directive member
2013-10-01 22:27:10 +10:00
Brandon Meyer
6a57e34602
Knockout.Mapper Basic Definitions
2013-09-30 23:55:47 -05:00
Adam Lay
229b4c5211
Added Chrome App Tests
...
Added Chrome app tests file and amended Readme.
2013-09-30 23:46:02 +01:00
Adam Lay
60a1057fbf
Adding Chrome App Definitions
...
Adding Chrome packaged application definitions.
2013-09-30 23:25:57 +01:00
Adam Lay
31c7908e57
Adding Chrome App Definitions
...
Includes definitions for app.runtime and app.window.
2013-09-30 23:08:15 +01:00
basarat
741fb5cd6e
Merge pull request #1094 from derekcicerone/patch-13
...
Fix noImplicitAny errors in chai-assert.d.ts
2013-09-29 15:11:03 -07:00
basarat
85b567bdb9
Merge pull request #1095 from jvilk/master
...
Node: Fixing fs methods stat/lstat/fstat
2013-09-29 03:27:05 -07:00
John Vilk
baa367d1b3
stat/lstat/fstat are asynchronous and return void.
...
Also tidying up a few callback signatures for fun.
2013-09-28 17:48:26 -04:00
Derek Cicerone
19c3427645
Fix noImplicitAny errors in chai-assert.d.ts
...
* assuming void for all return types
2013-09-28 17:34:48 -04:00