Commit Graph

3713 Commits

Author SHA1 Message Date
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
Bart van der Schoor
fae93966ad Merge pull request #1606 from Bartvds/headers/k-n
added/fixed headers k-n
2014-01-23 16:58:27 -08:00
Bart van der Schoor
7b0c7fed8d Merge pull request #1602 from Bartvds/headers/j
added/fixed headers j
2014-01-23 16:57:59 -08:00
Bart van der Schoor
8c07adefeb Merge pull request #1601 from Bartvds/headers/e-i
added/fixed headers e-i
2014-01-23 16:22:38 -08:00
Bart van der Schoor
23bc24acc2 Merge pull request #1600 from Bartvds/headers/a-d
added/fixed headers a-d
2014-01-23 16:22:16 -08:00
Bartvds
5d95684e19 added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:19:01 +01:00
Bartvds
333b89f8d3 added/fixed headers j
https://github.com/borisyankov/DefinitelyTyped/issues/1570

jsfl: fixed odd encoding in comments
2014-01-24 00:55:00 +01:00
Bartvds
0efeed5c45 added/fixed headers a-d
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:22:06 +01:00
Bartvds
03eecbb681 added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:19:24 +01:00
Igorbek
950d0d85a7 Merge pull request #1590 from seanhess/master
RethinkDB and SVGJS tweaks
2014-01-23 10:56:17 -08:00
Sean Clark Hess
9426f5677a 0.9.5 changes to lodash, rethinkdb, and svgjs 2014-01-23 10:19:31 -07:00
John Reilly
0dcda7497d Merge pull request #1592 from johnnyreilly/master
jQuery: JSDoc'd each and contains
2014-01-22 08:17:32 -08:00
John Reilly
f1503e8c69 jQuery: JSDoc each and contains 2014-01-22 13:31:35 +00:00
John Reilly
ec3e680da4 jQuery: JSDoc each
Removed undocumented overload
2014-01-22 13:29:38 +00:00
Masahiro Wakame
ccb44a7a00 Merge pull request #1549 from mattbrooks2010/master
Added missing moment and moment.utc overloads.
2014-01-21 18:50:05 -08:00
Sean Clark Hess
a6484815f5 svgjs: added filters and bugfixes 2014-01-21 10:20:26 -07:00
mattbrooks2010
65f91dff3e Added missing moment and moment.utc overloads.
- Added moment(string, string?, boolean?) overload for specifying date,
format and strict parsing flag.

- Added moment(string, string?, string?, boolean?) overload for
specifying date, format, language and strict parsing flag.

- Added moment(string, string[], boolean?) overload for specifying date,
multiple formats and strict parsing flag.

- Added moment(string, string[], string?, boolean?) overload for
specifying date, multiple formats, language and strict parsing flag.

- Modified parameter names for moment.utc(...) methods to match those
for the similar moment(...) method overloads.

- Ensured all moment(...) methods have a moment.utc(...) equivalent.

- Added tests for all newly added overloads.

- Added missing tests for some existing overloads.
2014-01-21 17:05:25 +00:00
Sean Clark Hess
427c9729fb updated rethinkdb. Sequences instead of expressions. Added time. other fixes 2014-01-21 09:45:28 -07:00
Masahiro Wakame
f994223f43 Merge pull request #1584 from jonegerton/master
jquery.areYouSure: Add new "silent" setting to AreYouSureOptions
2014-01-21 08:11:57 -08:00
John Reilly
8100322f4c Merge pull request #1588 from johnnyreilly/master
jQuery: JSDoc Callbacks and tighten up typing
2014-01-21 08:10:33 -08:00
Jon Egerton
a0db190fa3 Make silent option on AreYouSureOptions optional
Make silent option on AreYouSureOptions optional
2014-01-21 15:24:01 +00:00
Masahiro Wakame
c0e0afd5e6 Merge pull request #1585 from kentskinner/master
Add optional 'message' parameter to chai.expect.
2014-01-21 07:22:45 -08:00
Masahiro Wakame
07f5425f89 Merge pull request #1558 from balassy/patch-1
Support multiple 'from' states
2014-01-21 07:16:25 -08:00
John Reilly
f7819b3f77 jQuery: cater for jQuery.clientSideLogging
I haven't looked in detail at this but it looks that
jQuery.clientSideLogging is ill-advisedly clobbering ```$.error```.
This should probable be addressed at some point.
2014-01-21 14:36:28 +00:00
John Reilly
43e6ac7021 jQuery: back 2014-01-21 13:42:00 +00:00
John Reilly
0d8bdec36e jQuery: JSDoc Callbacks and tighten up typing 2014-01-21 13:38:58 +00:00
John Reilly
33f0f10e5f Merge pull request #1581 from tandyjames/master
Fixed some typings with the chain syntax - includes workaround for bug in TS 0.9.5.  Workaround will be removed when TS bug fix ships.
2014-01-21 01:25:58 -08:00
Basarat Ali Syed
34e2b07e93 es6-promises fix whitespace + argument names consistent with http://promises-aplus.github.io/promises-spec/ 2014-01-21 19:25:10 +11:00
Kent Skinner
8166bc0ae3 Add optional 'message' parameter to chai.expect.
As noted at http://chaijs.com/guide/styles/#expect:

    "Expect also allows you to include arbitrary messages
     to prepend to any failed assertions that might occur."
2014-01-20 11:03:34 -08:00
Jon Egerton
1858606027 Add new "silent" setting to AreYouSureOptions
Add new "silent" setting to AreYouSureOptions
2014-01-20 16:36:40 +00:00
T.J. Lawrence
8689adeafb Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped.git 2014-01-20 08:58:43 -07:00
T.J. Lawrence
7172a17c26 Underscore: Used tabs vs spaces for my additions
and added explanation in test
2014-01-20 08:26:08 -07:00
Igorbek
44870d3f9c Merge pull request #1580 from kant2002/master
Added property for query string parameters
2014-01-20 03:42:08 -08:00
T.J. Lawrence
80dd267cc2 Fixed some typings with the chain syntax 2014-01-19 23:48:11 -07:00
Basarat Ali Syed
0599e0fc12 Merge pull request #1575 from gyohk/EaselJS-0.7.1
update to EaselJS v0.7.1.
2014-01-19 20:58:37 -08:00
s_kimura
351b06d300 append the author's name in the definition file. 2014-01-20 09:40:38 +09:00
Andrey Kurdyumov
8eacc4ca14 Added property for query string parameters
Property qs for SignalR connection could be used to pass additional parameters to new SignalR persistent/hub connections. It is available since 1.0 and is present in 2.0 version of SignalR
2014-01-19 06:56:23 -08:00
Masahiro Wakame
f154b7e404 Merge pull request #1579 from kant2002/master
Update declaration of the Device interface
2014-01-19 05:29:38 -08:00
Andrey Kurdyumov
fbe21d3831 Update declaration of the Device interface
The current version of interface for Device plugin is contains property available. 

See in the current version.
https://github.com/apache/cordova-plugin-device/blob/master/www/device.js
2014-01-19 03:53:13 -08:00
Basarat Ali Syed
4c0a1c9d6f Merge pull request #1578 from gyohk/SoundJS-0.5.2
update to SoundJS v0.5.2.
2014-01-19 01:59:30 -08:00
Basarat Ali Syed
e4820b5f27 Merge pull request #1577 from gyohk/PreloadJS-0.4.1
update to PreloadJS v0.4.1.
2014-01-19 01:59:15 -08:00
Basarat Ali Syed
ed75d642eb Merge pull request #1576 from gyohk/TweenJS-0.5.1
update to TweenJS v0.5.1.
2014-01-19 01:58:42 -08:00
Igorbek
26b4958681 Merge pull request #1574 from david-driscoll/master
lodash.d.ts - (feat): Updated function methods to be generic
2014-01-19 01:20:12 -08:00
s_kimura
6731a49e04 update to TweenJS v0.5.1. 2014-01-19 17:23:02 +09:00
s_kimura
380322af6b update to EaselJS v0.7.1. 2014-01-19 17:16:47 +09:00
s_kimura
284d2d2fce update to PreloadJS v0.4.1. 2014-01-19 17:11:44 +09:00
s_kimura
ed8f9cbc42 update to SoundJS v0.5.2. 2014-01-19 17:10:31 +09:00
David Driscoll
53a5613482 (feat): Updated function methods to be generic
This allows those method signatures to be passed through, but gain the
benefits of things like throttle, memoize.
2014-01-18 23:35:37 -05:00
David Driscoll
af80fa3429 (feat): Updated function methods to be generic
This allows those method signatures to be passed through, but gain the
benefits of things like throttle, memoize.
2014-01-18 23:13:39 -05:00
Basarat Ali Syed
7bbf3c44bc Merge pull request #1559 from michelsalib/angular-translate
Definition files for angular-translate
2014-01-18 15:21:40 -08:00