Commit Graph
10254 Commits
Author SHA1 Message Date
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
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
Christopher Brown 70a17401f6 Reflect actual Argv#check() usage in check() type declaration 2015-06-19 12:32:23 -05:00
ValentinTrinque b43985c211 add tsmonad 2015-06-19 18:37:18 +02:00
Craig Brett a241127409 Added d.ts files for Backbone-Associations 2015-06-19 15:43:08 +01:00
ValentinTrinque 6594eb9945 add tsmonad 2015-06-19 15:09:51 +02:00
Horiuchi_H 84dfeeac37 Merge pull request #4673 from flyfishMT/master
Uniform.js
2015-06-19 17:15:32 +09:00
Horiuchi_H ed12672d88 Merge pull request #4671 from EnableSoftware/Add-ScrollToFixed
Add definitions for ScrollToFixed
2015-06-19 17:12:57 +09:00
Horiuchi_H aab41f1ec1 Merge pull request #4666 from Trejjam/master
Fix MapTypeStyle, typo
2015-06-19 17:07:04 +09:00
Ole Rehmsen 469065e77d Import type definitions for express.static from serve-static instead of only supporting the call signature.
Express exposes serve-static as express.static: https://github.com/strongloop/express/blob/master/lib/express.js#L60
Prior to this change, the type definitions would only consist of the call signature of serve-static, but serve static also has member variables. By importing the entire type definition from serve-static and using it for express.static, both the call signature and the members can be used.
2015-06-18 19:19:53 +02:00
Mateusz Warkocki f7ac2d7969 type of argument list elements for Mixin.create 2015-06-18 19:03:38 +02:00
Mateusz Warkocki 4185303285 type of argument list elements for Mixin.create 2015-06-18 19:01:33 +02:00
Mateusz Warkocki 539eb90ace fix argument typing for Mixin.create in ember.d.ts
`Mixin.create` can take not one, but multiple arguments like e.g. `Component.extend` to extend other mixins.
Ember code: https://github.com/emberjs/ember.js/blob/master/packages/ember-metal/lib/mixin.js#L589
This method in action: http://jsbin.com/kipenaxowe/edit?html,js,console
2015-06-18 18:47:03 +02:00
flyfishMT 8705ae9b15 uniform.js 2015-06-18 10:36:02 -06:00
flyfishMT 59a3e3ef02 uniform.js 2015-06-18 10:28:38 -06:00
flyfishMT 2a0415acb2 Uniform.js 2015-06-18 10:19:41 -06:00
flyfishMT f647477b32 uniform.js 2015-06-18 10:14:47 -06:00
flyfishMT de9dee624b 'uniform.js' 2015-06-18 10:01:25 -06:00
Ben Dixon 55e444180a Update ScrollToFixed definitions 2015-06-18 16:51:47 +01:00
Maxime Fabre b58db06e15 Update Angular module in angular-resource 2015-06-18 17:14:16 +02:00
Ben Dixon 018e116d13 Update ScrollToFixed definitions 2015-06-18 15:27:56 +01:00
Ben Dixon dea8dc1a00 Add definitions for ScrollToFixed
https://github.com/bigspotteddog/ScrollToFixed
2015-06-18 15:09:37 +01:00
Jan Trejbal 689ee644bb Add tests 2015-06-18 14:19:09 +02:00
Jan Trejbal 17f1434526 Fix PhpStorm lexical analysis 2015-06-18 14:17:53 +02:00
Jan Trejbal 98c5ba0d56 Add missing semicolons 2015-06-18 14:17:53 +02:00
Jan Trejbal 1e5786baef Fix MapTypeStyle (elementType and featureType accept only string) 2015-06-18 14:17:16 +02:00
Masahiro Wakame 43b6bf8875 Merge pull request #4608 from tolu/chrome-cast
chrome: Add queue-interface for cast
2015-06-18 14:13:42 +09:00
Masahiro Wakame 16c28fcd43 Merge pull request #4622 from rehmsen/feature/serve-static_exposing_mime
Add type definition for the mime property exposed on serve-static.
2015-06-18 14:08:55 +09:00
Masahiro Wakame 8b04086ad7 Merge pull request #4654 from Kern0/update-async
Add to async: forEachOf, forEachOfSeries, forEachOfLimit definitions
2015-06-18 14:07:22 +09:00
Masahiro Wakame c2846ba699 Merge pull request #4653 from joswhite/master
Add jasmine.stringMatching() function
2015-06-18 13:57:39 +09:00
Masahiro Wakame 0a90d01332 Merge pull request #4646 from erosb/streamjs
Streamjs
2015-06-18 13:54:39 +09:00