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
Eugene
7e0d564863
added EventDispatcher mixins
2015-01-07 03:43:09 +06: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
dcrusader
7eabe68bb7
Add di-lite tests
2015-01-05 18:55:48 -08:00
dcrusader
06958b51fa
Proxy array functions to _Chain<T>
...
Underscore [proxies array functions](http://underscorejs.org/#chaining ) through _.chain()
2015-01-05 17:58:36 -08:00
dcrusader
302b3afa2e
Prefix interfaces with Di
...
Prefixed interfaces with Di to help organize intellisense
2015-01-05 11:35:11 -08:00
dcrusader
6591aeb9a8
TypeScript definitions for di-lite 0.3.3
...
TypeScript definitions for di-lite 0.3.3 (https://github.com/NickQiZhu/di.js )
2015-01-05 09:52:48 -08:00
Ilia Choly
4123264026
add screenfull definition
2015-01-05 09:58:05 -05:00
Masahiro Wakame
30cfe7dedb
Merge pull request #3359 from derekcicerone/patch-2
...
Fix type of ElementFinder's IThenable interface
2015-01-05 22:57:16 +09:00
Masahiro Wakame
88d0ca45f2
Merge pull request #3409 from Xinkai/master
...
add definitions for cordova StatusBar plugin.
2015-01-05 22:54:03 +09:00
Masahiro Wakame
45066a325e
Merge pull request #3408 from jt000/master
...
express Response.sendStatus returns Response (not a Send object)
2015-01-05 22:52:29 +09:00
Maik
52723e8f85
Setting the value also requires the generic type
2015-01-05 12:43:08 +01:00
Maik
9ec8c66f84
Fixed Test
2015-01-05 12:38:51 +01:00
Maik
398cc1eb89
Values in localStorage are not only strings
...
The user of the lib can put all types of values into localStorage. So the ILocalStorageService should be a generic.
2015-01-05 12:32:37 +01:00
Jared
9ff4ff6377
Add additional methods to nock.
2015-01-05 19:41:01 +13:00
xinkai
45b7ef6732
add definitions for cordova StatusBar plugin.
2015-01-05 02:31:54 +08:00
Jason Tremper
a7136b71f8
express Response.sendStatus returns Response (not a Send object)
2015-01-04 09:32:29 -05:00
Masahiro Wakame
494b30d232
Merge pull request #3402 from panuhorsmalahti/protobuf
...
Add initial type definitions for ProtoBuf.js
2015-01-04 01:06:58 +09:00
Panu Horsmalahti
b344b6491c
Fixed the test.
2015-01-03 16:55:53 +02:00
Panu Horsmalahti
ec1eafa840
Renamed the test file
2015-01-03 16:54:12 +02:00
Panu Horsmalahti
09f3af655c
Renamed protobuf to protobufjs
2015-01-03 16:52:36 +02:00
Masahiro Wakame
a5c5c90892
Merge pull request #3405 from dcrusader/patch-1
...
Knockout mapping observable array functions
2015-01-03 22:44:20 +09:00