Commit Graph

7760 Commits

Author SHA1 Message Date
Cyril Schumacher
24d312ae3d Add definition for "deployJava". 2015-01-16 11:47:17 +01:00
Masahiro Wakame
2cc4331067 Merge pull request #3453 from doronbrikman/master
Update mongoose.d.ts
2015-01-14 10:44:11 +09:00
Masahiro Wakame
26df7a5696 Merge pull request #3454 from mzsm/fix-gamepad
Fix gamepad API
2015-01-14 08:55:12 +09:00
mzsm
ac274466d7 Add type annotations and fix duplicated test code. 2015-01-14 01:01:05 +09:00
doronbrikman
d4b07c491e Update mongoose.d.ts
Adjust model's function signature to be able to get one argument
2015-01-13 17:39:27 +02:00
mzsm
b620504c11 Add some properties for Gamepad API 2015-01-13 23:05:27 +09:00
Masahiro Wakame
8c53f63533 Merge pull request #3452 from NN---/patch-7
Support converter option
2015-01-13 20:55:11 +09:00
NN
8e08af724f Support converter option
My bad, the pull request https://github.com/borisyankov/DefinitelyTyped/pull/3449 was not correct.
When the converter is specified it is used for converting the cookie value.
2015-01-13 12:48:13 +02:00
vvakame
ea007d8343 update CONTRIBUTORS.md 2015-01-13 19:11:49 +09:00
Masahiro Wakame
544bb18314 Merge pull request #3450 from cwerner1/master
added Vars for the Google Analytics Interface
2015-01-13 19:09:51 +09:00
Masahiro Wakame
477d466903 Merge pull request #3449 from NN---/patch-6
Support converter option
2015-01-13 19:02:51 +09:00
Masahiro Wakame
be99da765a Merge pull request #3422 from 12kb/patch-1
EventDispatcher mixins added to OrbitControls
2015-01-13 19:00:37 +09:00
Masahiro Wakame
01dac9508c Merge pull request #3448 from rogierschouten/jsdom
jsdom: bugfixes, add comments, add defaultDocumentFeatures variable.
2015-01-13 19:00:05 +09:00
Masahiro Wakame
f878a6fcd4 Merge pull request #3446 from Nemo157/chai-http
Add definition for chai-http
2015-01-13 18:59:28 +09:00
Masahiro Wakame
ce2f6b91f1 Merge pull request #3445 from Nemo157/rest-interceptors
Add rest interceptor definitions
2015-01-13 18:58:57 +09:00
Masahiro Wakame
f629bb4eb2 Merge pull request #3433 from jiaweihli/moment
moment: expose interfaces
2015-01-13 18:27:25 +09:00
Masahiro Wakame
087bad1898 Merge pull request #3444 from Nemo157/sanitize-filename
Add definition for sanitize-filename
2015-01-13 18:27:04 +09:00
Masahiro Wakame
e9c7589217 Merge pull request #3443 from Nemo157/formidable
Add definition for formidable
2015-01-13 18:26:36 +09:00
Christian WERNER
bd4eef59d7 added Vars for the Google Analytics Interface
as mentioned in the Javascript Snippet Reference
https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced
2015-01-12 18:11:22 +01:00
NN
efd78f5100 Support converter option
jquery.cookie supports converter function in the second argument:

https://github.com/carhartl/jquery-cookie

Example for parsing a value into a number:

$.cookie('foo', '42');
$.cookie('foo', Number); // => 42
2015-01-12 17:26:40 +02:00
Rogier Schouten
223211fd98 jsdom: bugfixes, add comments, add defaultFeatures variable. 2015-01-12 09:45:52 +01:00
Wim Looman
92249d14ae Move interfaces into exported module 2015-01-12 15:28:31 +13:00
Masahiro Wakame
0605ebbdbd Merge pull request #3447 from borisyankov/add-which
add which/which.d.ts
2015-01-12 11:26:42 +09:00
vvakame
f3617cc522 fix typo... hehe :P 2015-01-12 11:24:20 +09:00
vvakame
b55b894558 add which/which.d.ts 2015-01-12 11:19:59 +09:00
Wim Looman
e4d5176b09 Add definition for custom interceptors 2015-01-12 14:47:39 +13:00
Wim Looman
edd32617ac Add definition for chai-http 2015-01-12 14:25:00 +13:00
Wim Looman
dc0db579e1 Add rest interceptor definitions 2015-01-12 13:36:12 +13:00
Wim Looman
b1ce1cc514 Add definition for sanitize-filename 2015-01-12 13:24:35 +13:00
Wim Looman
85c97e6cf2 Add definition for formidable 2015-01-12 13:04:47 +13:00
Masahiro Wakame
6ee44e03b8 Merge pull request #3442 from divergentdave/patch-1
optimist: Argument to showHelp should be optional
2015-01-11 12:23:35 +09:00
Masahiro Wakame
867788610e Merge pull request #3440 from adob/patch-1
Change type of LaunchDataEntry.entry from File to FileEntry
2015-01-11 12:23:06 +09:00
Masahiro Wakame
6ec7f10b6b Merge pull request #3439 from ericlu88/restifyBugFix
Add typing for bunyan logger associated with Request
2015-01-11 12:18:22 +09:00
Masahiro Wakame
4d81e97b5b Merge pull request #3437 from Asana/jsdom
Adding a JsDom type definition
2015-01-11 12:16:28 +09:00
Masahiro Wakame
5907b4f5fd Merge pull request #3436 from lookuptable/leaflet
Update typing files for leaflet
2015-01-11 12:14:01 +09:00
Masahiro Wakame
472fb2caf6 Merge pull request #3435 from bdukes/jquery.tipsy
Add jquery.tipsy
2015-01-11 12:09:16 +09:00
Masahiro Wakame
3c4ce5fa97 Merge pull request #3415 from dcrusader/patch-1
TypeScript definitions for di-lite
2015-01-11 12:07:52 +09:00
Masahiro Wakame
93484ef0c1 Merge pull request #3432 from alphaleonis/fix-viewoptions-attributes
Backbone: Fixed incorrect definition of attributes property in ViewOptions.
2015-01-11 12:07:12 +09:00
Masahiro Wakame
7aa5ab00d8 Merge pull request #3429 from nlundquist/patch-1
Export ViewModel and CollectionObservable
2015-01-11 12:06:04 +09:00
Masahiro Wakame
ce613fce52 Merge pull request #3431 from rogierschouten/element-resize-event
Add typings for element-resize-event.
2015-01-11 12:03:09 +09:00
David Cook
5deca4baf3 optimist: Argument to showHelp should be optional
For reference, see https://github.com/substack/node-optimist/blob/master/index.js#L179
2015-01-10 14:38:04 -06:00
Aleksandr Dobkin
abdcc85487 Change type of LaunchDataEntry.entry from File to FileEntry
entry property of LaunchDataItem is actually a FileEntry, not a File. See https://developer.chrome.com/apps/app_runtime#event-onLaunched
2015-01-10 00:03:08 -08:00
Jiawei Li
886497fa30 moment: expose interfaces
enables type annotations for files using moment definitions as an
external module
2015-01-09 18:21:45 -08:00
Eric Lu
ff0c34bc71 Add typing for bunyan logger associated with Request 2015-01-09 15:47:05 -08:00
Phips Peter
d29929c135 Adding a JsDom type definition
JsDom is great for being able to parse and understand HTML
2015-01-09 15:12:57 -08:00
Yang Guan
343b20868e Update typing files for leaflet 2015-01-09 13:51:38 -08:00
Brian Dukes
d5baa434ba Add JSDoc to jquery.tipsy 2015-01-09 14:47:20 -06:00
Brian Dukes
4f2e203405 Add jquery.tipsy 2015-01-09 14:32:41 -06:00
dcrusader
b32b06043b Use ghost module pattern from best practices 2015-01-08 10:40:09 -08:00
alphaleonis
025c836d3d Fixed incorrect definition of attributes property in ViewOptions. 2015-01-08 19:33:21 +01:00