Commit Graph
7732 Commits
Author SHA1 Message Date
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
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
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
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
Nils Lundquist baf046fe78 Removing 'a' typo 2015-01-08 09:51:45 -07:00
Rogier Schouten 55efb070ae Add typings for element-resize-event. 2015-01-08 17:07:16 +01:00
vvakame 4abbdff87f update CONTRIBUTORS.md 2015-01-09 00:36:55 +09:00
Masahiro Wakame 6993ce5a0a Merge pull request #3412 from m4cx/master
Values in localStorage are not only strings
2015-01-09 00:34:01 +09:00
Masahiro Wakame 79d4dbe461 Merge pull request #3392 from lbesson/master
update the web audio api
2015-01-09 00:26:01 +09:00
Masahiro Wakame 7b5b27f321 Merge pull request #3428 from dcrusader/patch-3
GroupBy should return a _ChainOfArrays
2015-01-09 00:20:42 +09:00
Masahiro Wakame 882b4029be Merge pull request #3427 from ElemarJR/poly2tri
poly2tri support.
2015-01-09 00:19:18 +09:00
Masahiro Wakame 1269646296 Merge pull request #3421 from StanleyGoldman/angular_IHttpProviderDefaults
Adding withCredentials to IHttpProviderDefaults
2015-01-08 23:45:02 +09:00
Masahiro Wakame a5f6d1b64b Merge pull request #3406 from samherrmann/master
Add angular-scroll definitions
2015-01-08 23:43:25 +09:00
Masahiro Wakame cc883a953d Merge pull request #3419 from horiuchi/nightmare
add `nightmare` type definition file
2015-01-08 23:38:23 +09:00
Masahiro Wakame ecf5b94e02 Merge pull request #3411 from optical/nock-enhancements
Add additional methods to nock.
2015-01-08 23:37:44 +09:00
Masahiro Wakame d2c96b6d48 Merge pull request #3417 from dcrusader/patch-2
Proxy array functions to _Chain<T>
2015-01-08 23:37:15 +09:00
Masahiro Wakame c81ca40172 Merge pull request #3358 from icholy/master
Add screenfull definition
2015-01-08 23:31:44 +09:00
Lionel Besson bc41821058 comply with latest published draft 2015-01-07 21:01:43 +01:00
Nils Lundquist 1a4e77db81 Export ViewModel and CollectionObservable
CollectionObservable and ViewModel are commonly extended by consumers of Knockback and are part of the public api.
2015-01-07 12:31:35 -07:00
dcrusader 215ed57080 Fix push & unshift to reflect underscore behavior 2015-01-07 10:12:52 -08:00
dcrusader 85f18d8f7e GroupBy should return a _ChainOfArrays 2015-01-07 09:23:24 -08:00
dcrusader 2f8ec2a488 Removed already existing array functions
Removed already existing array functions, added documentation comments from Mozilla
Fixed indexOf and lastIndexOf to return ChainSingle instead of Chain
2015-01-07 09:12:02 -08:00
Elemar Rodrigues Severo Junior 074fd79550 fixing errors 2015-01-07 14:02:42 -02:00
Elemar Rodrigues Severo Junior 2f0df42903 poly2tri type definitions 2015-01-07 13:54:31 -02:00
Horiuchi_H dc175b24bd add nightmare type definition file 2015-01-06 18:19:42 +09:00
Jared 63db9fec7d Add Regexp support, request repeating and include version number. 2015-01-06 19:09:49 +13:00
Sam Herrmann 24e9266e49 Add angular-scroll definitions 2015-01-05 22:57:16 -05:00
dcrusader 3769701771 Fix build errors harder 2015-01-05 19:09:08 -08:00
dcrusader 811ddbf03d Fix build errors 2015-01-05 19:06:37 -08:00
dcrusader ba80717c78 Add reference path to test file 2015-01-05 19:06:14 -08:00
dcrusader b33ff5f0e0 Fix error revealed by tests 2015-01-05 18:56:12 -08:00