Greg Smith
43fdc7cb6a
Fixed d3 definitions for d3.geom.voronoi
2014-03-07 17:48:31 -06:00
Bart van der Schoor
05bf443865
Merge pull request #1800 from Bartvds/def/connect
...
Fixed tests for microsoft-live-connect
2014-03-07 21:14:19 +01:00
Bart van der Schoor
c1b45ba7c4
Fixed tests for microsoft-live-connect
2014-03-07 19:54:09 +01:00
Bart van der Schoor
3da6e16440
Merge pull request #1798 from Bartvds/def/lazy.js
...
Converted lazy.js to generics
2014-03-07 19:29:52 +01:00
Bart van der Schoor
a6964c6bf2
small fixes to Lazy.js
2014-03-07 19:01:24 +01:00
Masahiro Wakame
5aea981b63
Merge pull request #1782 from keesey/master
...
PhantomJS update
2014-03-08 00:02:51 +09:00
John Reilly
c0069024a7
Merge pull request #1796 from santialbo/restify-handler
...
Fix typo on restify type definition - thanks chap!
2014-03-07 14:13:38 +00:00
Santi Albo
7a521a2f56
Fix typo on restify type definition
2014-03-07 14:05:23 +00:00
Masahiro Wakame
bacd9d31e0
Merge pull request #1795 from MissFishie/patch-1
...
Fix incorrect return type for PieLayout methods
2014-03-07 21:34:25 +09:00
Masahiro Wakame
cf855e94c2
Merge pull request #1793 from slozier/patch-1
...
JQueryUI: Added the toArray method to sortable
2014-03-07 21:28:15 +09:00
Masahiro Wakame
e26acc25c6
Merge pull request #1792 from audetpascale/patch-2
...
Add getPlaylistIndex()
2014-03-07 21:25:24 +09:00
Masahiro Wakame
0f52f43a08
Merge pull request #1791 from niemyjski/patch-2
...
Changed SetDefaults to config.
2014-03-07 21:23:54 +09:00
Masahiro Wakame
c7ee7add37
Merge pull request #1790 from pjmagee/master
...
Added definitions for JQuery plugin jSignature
2014-03-07 21:22:57 +09:00
Masahiro Wakame
6bce7b7e3c
Merge pull request #1789 from memetolsen/patch-2
...
Added x and y getters on Element.
2014-03-07 21:21:56 +09:00
Masahiro Wakame
88c4fe87a5
Merge pull request #1781 from drewnoakes/master
...
Add declarations for "Dock Spawn" library.
2014-03-07 21:03:32 +09:00
Masahiro Wakame
fb1f012764
Merge pull request #1778 from Dashue/googlemaps.infobubble.getposition
...
added getPosition();
2014-03-07 20:51:41 +09:00
Masahiro Wakame
8423ec4733
Merge pull request #1777 from JohnKurlak/master
...
jasmine-jquery: Make second parameter of toHaveAttr() and toHaveProp() optional
2014-03-07 20:47:17 +09:00
Masahiro Wakame
e37f50d3d6
Merge pull request #1776 from smrq/master
...
Phonegap declarations now compile with --noImplicitAny
2014-03-07 20:44:13 +09:00
Masahiro Wakame
f46b41a1c2
Merge pull request #1775 from ufon/master
...
Moved definitions to 'restify' namespace, added inheritance of Server, Request and Response
2014-03-07 20:42:48 +09:00
Masahiro Wakame
a71e79c0ff
Merge pull request #1761 from apuchkov/master
...
Fix angularjs/angular-route.d.ts
2014-03-07 20:37:23 +09:00
Masahiro Wakame
c5917e86a3
Merge pull request #1744 from SomaticIT/fix-komapping
...
Add amd definition for knockout.mapping
2014-03-07 20:30:09 +09:00
Masahiro Wakame
a537120bf8
Merge pull request #1743 from SomaticIT/fix-ko
...
Fix knockout ko.utils.stringifyJson definition
2014-03-07 20:23:51 +09:00
Masahiro Wakame
76febecc82
Merge pull request #1740 from JayQuerido/fix-bootstrappaginator
...
Fixed bootstrap.paginator "itemTexts" option signature
2014-03-07 20:22:25 +09:00
MissFishie
9ae21ba16f
Fix incorrect return type for PieLayout methods
...
PieLayout methods should return type PieLayout so that chaining is possible after one of these methods are called. This is consistent with all other types defined in this file.
2014-03-06 17:17:03 -08:00
Pascale Audet
53d4658638
Add getPlaylistIndex()
...
More details: http://www.longtailvideo.com/support/jw-player/28851/javascript-api-reference/
2014-03-06 13:59:32 -05:00
Greg Smith
e275ccd64c
Merge remote-tracking branch 'upstream/master'
2014-03-06 11:55:59 -06:00
Blake Niemyjski
ddd35edea8
Changed SetDefaults to config.
...
https://github.com/zeroclipboard/zeroclipboard/blob/master/docs/instructions.md#deprecations
2014-03-06 09:21:20 -07:00
Patrick Magee
a6ecbeddae
Added definitions for JQuery plugin jSignature
...
Definitions for jSignature jQuery plugin including tests for
definitionss.
Included are some documentation on the typed definition functions making
use of JDocs TypeScript support.
Updated the readme to include the new Typed Definition.
Included empty tscparams files to be consistent with other definitions
in the project.
2014-03-06 15:21:53 +00:00
memetolsen
0539b49abb
Added x and y getters on Element.
2014-03-06 09:39:14 +01:00
slozier
e0dd3ed06d
Update jqueryui.d.ts
2014-03-05 19:26:32 -05:00
Drew Noakes
a87bf2bc3f
Updated README with new library.
2014-03-05 11:17:54 +00:00
Drew Noakes
4b572e1b66
Add tests for "dock-spawn" library.
2014-03-05 10:48:14 +00:00
Drew Noakes
9f2f82ff5b
Add declarations for "Dock Spawn" library.
...
The library offers a Visual Studio-like drag/drop dock manager for
JavaScript.
http://dockspawn.com
https://github.com/coderespawn/dock-spawn
These declarations do not include some seemingly-private/internal
functions.
Authored by Drew Noakes <https://drewnoakes.com >
2014-03-05 10:47:45 +00:00
Masahiro Wakame
b80120580a
Merge pull request #1770 from borisyankov/stage/tester
...
Deploy new incremental tester
2014-03-05 13:52:35 +09:00
T. Michael Keesey
db9c476fa5
Reinstated Phantom interface.
2014-03-04 19:25:40 -08:00
T. Michael Keesey
c6b378704a
Fixed typo and updated PhantomJS version.
2014-03-04 19:22:07 -08:00
T. Michael Keesey
e2485aeffb
PhantomJS: Finished making compliant with --noImplicityAny. Added top-level declarations. Removed Phantom type in favor of an inline type.
2014-03-04 00:01:21 -08:00
T. Michael Keesey
b7fda303fb
PhantomJS: Made compliant with --noImplicitAny and added more details to many of the declarations.
2014-03-03 23:55:10 -08:00
Johan Nilsson
e2d790938b
added getPosition();
2014-03-03 18:48:04 -04:00
John Kurlak
e1295fdd8b
Added verification that optional parameters work
...
Added verification that optional parameters work for toHaveAttr() and toHaveProp().
2014-03-03 10:26:52 -08:00
John Kurlak
9667573da9
Made 2nd param of toHaveAttr/toHaveProp optional
...
Made the second parameter of toHaveAttr() / toHaveProp() optional.
2014-03-03 09:57:36 -08:00
Greg Smith
c52554f9b9
Phonegap declarations now compile with --noImplicitAny
2014-03-02 22:22:19 -06:00
Václav Oborník
f98be6ecab
Merge branch 'master' of https://github.com/ufon/DefinitelyTyped
2014-03-02 14:20:12 +01:00
Václav Oborník
dd908b1f72
Removed 'on' method from Server - it is inherited now. Added body property to request definition
2014-03-02 14:19:37 +01:00
Václav Oborník
4a4c40b9a4
removed 'on' method from Server definition, it is inherited now
2014-03-02 14:17:41 +01:00
Václav Oborník
4dbe22c267
Moved definitions from global (evil) context to 'restify' module/namespace, added inheritance of Server, Request and Response from nodejs 'http' module
2014-03-02 13:52:38 +01:00
Bart van der Schoor
08c3557397
added tester cli options
...
added optimist dependency
sourced optimist definition
changed cli options to use optimist
expose verbose info printers as options
added skipTests option
added npm scripts (lazy)
$ npm run test
$ npm run dry
$ npm run all
$ npm run list
$ npm run help
bumped default tsc version to 0.9.7
tester disabled test filer
tuned suite regexs
tuned npm run commands
added print helpers
2014-03-02 01:44:24 +01:00
Bart van der Schoor
a0e4fc304f
parallelized tester
...
added TestQueue class
suites now have TestQueue instance that queues and runs Tests
defaults to two (or more if more cores available)
- Travis has '1.5 virtual cores' (weird)
dropped index parameter from suite callback
added index parameter to Reporter
dropped double Suite::filterTargetFiles calls
small fix in bluebird defs
also print some system info in tester header
2014-03-02 01:41:38 +01:00
Masahiro Wakame
0854df3b0f
Merge pull request #1771 from gyohk/master
...
update to three.js r66.
2014-03-01 22:15:13 +09:00
satoru kimura
6302213502
update to three.js r66.
2014-03-01 20:24:28 +09:00