Arseniy Maximov
2d07596b6f
Create declaration file for Polyline
2015-06-23 17:45:29 +03:00
Masahiro Wakame
6387999eb8
Merge pull request #4676 from craigbrett17/master
...
Added d.ts files for Backbone-Associations
2015-06-23 22:55:46 +09:00
Craig Brett
9a7fd63e89
Handling case sensativity
2015-06-23 14:47:50 +01:00
vvakame
7bf2421043
update CONTRIBUTORS.md
2015-06-23 22:00:50 +09:00
Masahiro Wakame
61865eacf6
Merge pull request #4707 from itokentr/master
...
Add a few definitions for node.d.ts.
2015-06-23 21:58:36 +09:00
Masahiro Wakame
85808bc005
Merge pull request #4705 from jvilk/decimaljs-fix
...
[decimal.js] Change module name to standard 'decimal.js'.
2015-06-23 21:51:32 +09:00
Masahiro Wakame
ef1d48d735
Merge pull request #4680 from mtraynham/dcjs_line_chart
...
dc.js - Fixes LineChart subclass
2015-06-23 21:50:25 +09:00
Masahiro Wakame
075961a656
Merge pull request #4704 from mohsen1/patch-1
...
Add `xit` and `xdescribe`
2015-06-23 21:48:57 +09:00
Masahiro Wakame
85a8759c1b
Merge pull request #4703 from resiliencesw/master
...
Added explicit parameter and method return types
2015-06-23 21:47:23 +09:00
Masahiro Wakame
b09eb076e9
Merge pull request #4700 from theodorejb/js-cookie-improvements
...
Rename CookieOptions to CookieAttributes, and document each attribute
2015-06-23 21:44:46 +09:00
vvakame
098def61bc
separate mocha node.js definition
2015-06-23 21:38:32 +09:00
Masahiro Wakame
921851a045
Merge pull request #4698 from Auruss/master
...
added continue for hapi IReply
2015-06-23 21:22:18 +09:00
itokentr
324dfabbff
node: Add module "constants".
2015-06-23 19:45:09 +09:00
itokentr
a44984a2d9
node: Add methods fs.access(), fs.accessSync and related constants.
2015-06-23 19:43:59 +09:00
itokentr
979de8c421
node: Add methods Buffer.compare(), NodeBuffer.equals() and NodeBuffer.compare().
2015-06-23 19:42:58 +09:00
John Vilk
567c33f879
[decimal.js] Change module name to standard 'decimal.js'.
2015-06-22 21:59:09 -07:00
Mohsen Azimi
b53cbfb5b5
Add xit and xdescribe
...
In Mocha you can comment out tests by changing their `it` or `describe` blocks to `xit` or `xdescribe`. This change will add support for those functions.
2015-06-22 17:41:15 -07:00
Stefan Mohr
84b0146bd7
Added explicit parameter and method return types
2015-06-22 13:44:51 -07:00
Theodore Brown
05c5e9f7f6
Rename CookieOptions to CookieAttributes, and document each attribute
2015-06-22 15:20:56 -05:00
Rene Eichhorn
92d2e42c07
added continue for hapi IReply
2015-06-22 19:57:04 +02:00
Masahiro Wakame
3e117d8c9d
Merge pull request #4697 from EnableSoftware/jodata
...
Add joData definitions
2015-06-23 02:14:00 +09:00
Masahiro Wakame
6fa9d259be
Merge pull request #4695 from Pro/master
...
Added definition for loglevel (https://github.com/pimterry/loglevel )
2015-06-23 02:12:46 +09:00
Masahiro Wakame
3d4882964a
Merge pull request #4694 from mdekrey/angular-storage
...
Add angular-storage definition file
2015-06-23 02:12:05 +09:00
Masahiro Wakame
2811217e4d
Merge pull request #4603 from mnahkies/when-spread
...
when.js - Add definition with tests for spread
2015-06-23 02:10:53 +09:00
Masahiro Wakame
e92dee3c36
Merge pull request #4690 from shaban/patch-1
...
Update ace.d.ts
2015-06-23 02:10:26 +09:00
Masahiro Wakame
e1ead7d110
Merge pull request #4651 from brettferdosi/master
...
Improvements to DocumentDB
2015-06-23 02:06:41 +09:00
Masahiro Wakame
03ec16694a
Merge pull request #4649 from Jimexist/patch-2
...
PolylineOptions should extend PathOption
2015-06-23 01:55:25 +09:00
Masahiro Wakame
4bd21a0c15
Merge pull request #4675 from rehmsen/feature/express_exposing_static
...
Import type definitions for express.static from serve-static instead …
2015-06-23 01:55:07 +09:00
Masahiro Wakame
65eaff828e
Merge pull request #4674 from Warkot/patch-1
...
fix argument typing for Mixin.create in ember.d.ts
2015-06-23 01:54:04 +09:00
Masahiro Wakame
eebe66eb0a
Merge pull request #4672 from Anahkiasen/patch-1
...
Update Angular module in angular-resource
2015-06-23 01:53:05 +09:00
Masahiro Wakame
e747f46b9d
Merge pull request #4670 from chocolatechipui/master
...
Added declaration file and tests for ChocolateChipJS.
2015-06-23 01:52:49 +09:00
Masahiro Wakame
703a5dd3da
Merge pull request #4648 from yiting/master
...
Update keypress.d.ts
2015-06-23 01:46:13 +09:00
Chris Wrench
cdcdc7b95f
Add joData definitions
...
Fixes #4696 .
2015-06-22 17:32:51 +01:00
Stefan Profanter
625232f072
Changed message type to any
2015-06-22 16:01:44 +02:00
Stefan Profanter
fb0a1c14ae
Added definition for loglevel ( https://github.com/pimterry/loglevel )
2015-06-22 15:39:47 +02:00
Matt DeKrey
28314f7848
Add angular-storage definition file
2015-06-22 09:19:15 -04:00
Horiuchi_H
101a5daef4
Merge pull request #4691 from theodorejb/add-js-cookie-definitions
...
Add definitions for js-cookie 2.0
2015-06-22 13:58:49 +09:00
Horiuchi_H
0b03125f50
Merge pull request #4689 from dbeckwith/patch-1
...
Fixes check callback signature in lockfile.d.ts
2015-06-22 13:57:25 +09:00
Horiuchi_H
23d8f58f21
Merge pull request #4685 from brynbellomy/eyes-module-fix
...
Fix for eyes module API
2015-06-22 13:56:17 +09:00
Horiuchi_H
3ee0f8f350
Merge pull request #4677 from ValentinTrinque/tsmonad
...
Tsmonad
2015-06-22 13:43:09 +09:00
Theodore Brown
45610fcf75
Add definitions for js-cookie 2.0
2015-06-21 21:47:34 -05:00
shaban
19fc8fa756
Update ace.d.ts
...
add config functions, reference https://github.com/ajaxorg/ace/wiki/Configuring-Ace
also support $blockscrolling variable; reference https://github.com/ajaxorg/ace/issues/2499
2015-06-21 22:45:11 +02:00
woutergd
a81e731a5a
First type definitions for openlayers 3, all base classes implemented
2015-06-21 21:48:09 +02:00
Daniel Beckwith
7ff4d6f0c5
adds test for check callback
2015-06-21 14:28:30 -04:00
Daniel Beckwith
732a73c1b1
callback on check should pass isLocked boolean
2015-06-21 14:26:24 -04:00
bryn austin bellomy
623fca4e98
Fix for eyes module API
2015-06-21 06:23:41 -05:00
Brett
e3462a9f49
accidentally removed credit
2015-06-20 12:24:40 -07:00
Brett
043c3d11ba
add test for sqlparameter values and some semicolons to test file
2015-06-20 12:12:26 -07:00
Brett
e70762aec4
fix sqlparameter value type and tests
2015-06-20 12:00:28 -07:00
Matt Traynham
60ce6cc53b
Fixes LineChart subclass
2015-06-19 16:08:14 -04:00