Commit Graph
15106 Commits
Author SHA1 Message Date
bgrieder abb5514918 Type definitions for bull: https://github.com/OptimalBits/bull 2015-12-09 10:51:13 +01:00
Boris Yankov 220716d99a Merge pull request #7105 from paul-cheung/master
add open event for dialog(as build failed in TypeScript 1.7)
2015-12-09 03:36:48 +02:00
Boris Yankov bab87af41f Merge pull request #7101 from pragyandas/master
d3.select('something').node() should return of type Node #7014
2015-12-09 03:36:17 +02:00
Masahiro Wakame 1d27168264 Merge pull request #7104 from chrootsu/lodash-omit
lodash: signatures of _.omit have been changed
2015-12-09 10:32:56 +09:00
paul cheung 4e8bcf2667 add open event for dialog(as build failed in TypeScript 1.7) 2015-12-09 00:25:53 +08:00
Ilya Mochalov c34b1e67ee lodash: signatures of _.omit have been changed 2015-12-08 19:12:39 +05:00
Steve Ognibene 17dd34132c Merge pull request #7099 from csnover/patch-3
[chai] Correct type of AssertionError
2015-12-08 08:32:14 -05:00
pragyandas f6e34ebc7c changed return type of node() to Node 2015-12-08 16:19:41 +05:30
Colin Snover 93a277a4d4 [chai] Correct type of AssertionError
AssertionError on the global chai object is the constructor for AssertionErrors, but the definition was written as though it was an instance of an assertion error.
2015-12-08 03:26:05 -06:00
Basarat Ali Syed 5c3e47967a Merge pull request #6630 from sixinli/fix_cm_showhint
`state` property belongs to CodeMirror.Editor, not CodeMorrir.Doc
2015-12-08 11:04:12 +11:00
Masahiro Wakame c3ab375b37 Merge pull request #7033 from chrootsu/lodash-isNaN
lodash: signatures of _.isNaN have been changed
2015-12-07 23:49:17 +09:00
Masahiro Wakame 4dc2588e36 Merge pull request #7029 from chrismbarr/patch-9
Intro.js - Fixing types
2015-12-07 23:49:04 +09:00
Masahiro Wakame 6496037eb5 Merge pull request #7028 from chrootsu/lodash-sortedLastIndex
lodash: signatures of _.sortedLastIndex have been changed
2015-12-07 23:43:33 +09:00
Masahiro Wakame 6cf87277f1 Merge pull request #6820 from leonyu/zeroclipboard_v2
ZeroClipboard 2.x.x
2015-12-07 23:38:10 +09:00
Masahiro Wakame c07f47a38a Merge pull request #6928 from pmccloghrylaing/ngCordova-plugins
ngCordova plugins: ActionSheet, Badge, File, FileTransfer
2015-12-07 23:36:25 +09:00
Masahiro Wakame dfa99d9221 Merge pull request #7019 from notclive/master
Bluebird: Make return type of promisifyAll less restrictive
2015-12-07 23:34:26 +09:00
Masahiro Wakame bd57a6061a Merge pull request #7018 from ngbrown/material-ui-fix2
material-ui - update to new dialog usage.
2015-12-07 23:32:48 +09:00
Masahiro Wakame 6cc4904c24 Merge pull request #7017 from leonuh/master
fix(material-ui) - spacing, gridlist style, gridtile style
2015-12-07 23:29:58 +09:00
Masahiro Wakame 07837e83ae Merge pull request #7013 from dasa/arcgis-js-api
Update for ArcGIS API for JavaScript version 3.15
2015-12-07 23:24:45 +09:00
Masahiro Wakame 34b69c7757 Merge pull request #6891 from SrTobi/master
updated jssha (new version: 2.0)
2015-12-07 23:15:14 +09:00
Horiuchi_H 8cd79728ef Merge pull request #6432 from SomaticIT/opn-update
Update opn typings for version 3.0.2
2015-12-07 15:36:49 +09:00
Horiuchi_H 236eb9f78b Merge pull request #7035 from hberntsen/graham_scan
Add module declaration for graham_scan
2015-12-07 15:35:08 +09:00
Horiuchi_H c1afd38e03 Merge pull request #7031 from matb/master
Add missing ; to swig.d.ts
2015-12-07 15:33:33 +09:00
Horiuchi_H ea8d2fcbec Merge pull request #7030 from Merott/stamplay-init
add Stamplay.init definition for setting the app ID
2015-12-07 15:32:43 +09:00
Horiuchi_H 1bf24a2f60 Merge pull request #7027 from pimterry/add-hopscotch
Add basic type definition for Hopscotch [new library]
2015-12-07 15:19:18 +09:00
Horiuchi_H cf4ae504be Merge pull request #7026 from gscshoyru/patch-12
Add unregister functions to handlebars.d.ts
2015-12-07 15:15:44 +09:00
Horiuchi_H 45030bf387 Merge pull request #7024 from rhysd/add-react-infinite
Add type definitions for react-infinite package
2015-12-07 15:12:49 +09:00
Horiuchi_H 35beea174a Merge pull request #7023 from janaagaard75/master
Fixed typing for find, findWhere, pluck and sum.
2015-12-07 15:10:11 +09:00
Horiuchi_H e5a27ea95e Merge pull request #7022 from fbouquet/master
Adds definitions for missing attributes in PDFJSStatic.
2015-12-04 10:14:17 +09:00
Harm Berntsen 245c7df095 Add module declaration for graham_scan 2015-12-03 13:00:04 +01:00
Ilya Mochalov dc36a0774f lodash: signatures of _.isNaN have been changed 2015-12-03 06:43:54 +05:00
Basarat Ali Syed 78d36dd49b Merge pull request #7032 from tSchubes/patch-1
grunt.util.ISpawnOptions.cmd is optional
2015-12-03 11:14:07 +11:00
Tim Schubert 9cb096f5de ISpawnOptions.cmd is optional
These options are perfectly valid but will cause a ts build to fail: grunt.util.spawn({grunt: true, args: ['"mytask"]});
2015-12-03 11:00:59 +11:00
matb f43a366a92 Add missing ; to swig.d.ts
Swig.d.ts was missing a ; in line 31. This leads to warnings in this file.
2015-12-02 22:21:24 +01:00
Merott Movahedi ea650f84de add Stamplay.init definition for setting the app ID 2015-12-02 21:06:24 +00:00
Chris Barr c569355ceb Fixing Types 2015-12-02 15:43:44 -05:00
Chris Barr ac1ab09075 Intro.js - Fixing types 2015-12-02 15:42:15 -05:00
Nathan Brown c9fe6c37be material-ui - add missing event handler.
Add `onClick` to `ListItem` component.
2015-12-02 11:41:00 -07:00
Ilya Mochalov 2162519f36 lodash: signatures of _.sortedLastIndex have been changed 2015-12-02 23:05:34 +05:00
Tim Perry c27b57a846 Add very basic minimal hopscotch API 2015-12-02 18:25:59 +01:00
gscshoyru f91008d4cd Add unregister functions to handlebars.d.ts 2015-12-02 12:19:39 -05:00
rhysd e7791ea53e Add type definitions for react-infinite package
Project: https://github.com/seatgeek/react-infinite
2015-12-03 01:22:36 +09:00
Jan Aagaard f90557a3c9 Fixed typing for find, findWhere, pluck and sum. 2015-12-02 13:15:40 +01:00
fbouquet a5a3eac40c Adds definitions for missing attributes in PDFJSStatic. 2015-12-02 12:39:04 +01:00
Horiuchi_H 715df76441 Merge pull request #7015 from joeskeen/wordcloud
Added definitions for Wordcloud
2015-12-02 18:25:19 +09:00
Horiuchi_H e333689428 Merge pull request #7010 from martin-helmich/bugfix/jwt-missing-verifyoptions
jsonwebtoken: Missing attributes in VerifyOption interface
2015-12-02 18:20:53 +09:00
Horiuchi_H 9eed77aaea Merge pull request #7004 from QuatroDevOfficial/winjs
Add winjs declaration for commonjs
2015-12-02 18:08:33 +09:00
Horiuchi_H 03624568b9 Merge pull request #6997 from jocull/master
Changes to Sequelize validation promise returns…
2015-12-02 18:05:54 +09:00
Leon Yu db8c6b7997 ZeroCLipboard 2.x.x and jsdoc
Test for 1.x.x

Fix encoding

Fix styling

Code review
2015-12-01 21:44:43 -05:00
pmccloghrylaing 64ed3fcbf0 ngCordova plugins: ActionSheet, Badge, File, FileTransfer 2015-12-02 11:06:10 +11:00