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
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
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
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
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
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
kyo-ago
2d667c61fc
add appframework
2013-09-28 20:19:21 +09:00
Derek Cicerone
aee4382e39
Create cometd.d.ts
2013-09-28 01:30:36 -04:00
basarat
0bdbb0fc84
Merge pull request #1090 from jvilk/master
...
Node: Adding missing fs methods + fixing a few method signatures
2013-09-27 22:24:03 -07:00
basarat
b4feb5adb0
Merge pull request #1085 from MagicMau/master
...
Expanded highcharts definitions
2013-09-27 21:39:53 -07:00
basarat
34846b7740
Merge pull request #1088 from stijnherreman/jquery.validation
...
Improved readability and added missing property.
2013-09-27 21:38:52 -07:00
basarat
d190fe25d9
Merge pull request #1076 from DickvdBrink/patch-1
...
Added GlobalizationError constants
2013-09-27 21:37:43 -07:00
basarat
a27594622d
angular useful private members of scope
2013-09-28 13:56:26 +10:00
basarat
b979419112
Merge pull request #1086 from greysonp/master
...
Fixed the definitions for local and sync storage.
2013-09-27 20:25:36 -07:00
basarat
83a0e82dff
Merge pull request #1084 from vvakame/jasmine-add-support-noImplicitAny
...
Added noImplicitAny option support to jasmine
2013-09-27 20:23:03 -07:00
John Vilk
0b306aaef6
'mode' can be a number or a string.
...
I realize this could be considered pedantic, but the typings do not even consistently use one or the other. Previously, certain functions assumed string, others assumed number. This way, you can use either.
2013-09-27 15:50:03 -04:00
John Vilk
666cd33fe8
In many fs functions, mode is optional, which means that the argument that takes its slot becomes the callback.
...
Adding alternative definitions to account for this.
2013-09-27 15:43:28 -04:00
John Vilk
d39e7a3125
In fs's truncate functions, 'len' is optional (and defaults to 0).
2013-09-27 15:20:58 -04:00
John Vilk
b6874ee014
fs.realpath's cache is an *object literal*, not a string or a boolean.
2013-09-27 15:00:04 -04:00
John Vilk
e442870348
Whoops. fd is a *string*, not a *number*.
2013-09-27 14:51:25 -04:00