Jason Jarrett
6e22352317
Added support for LiosK's UUID.js
2013-08-30 21:07:05 -07:00
basarat
9653895ef1
historyjs lib.d.ts collision comment
2013-08-31 00:47:14 +10:00
basarat
d82570125e
Merge pull request #970 from jstclair/highchart-fix-2
...
Added getOptions to HighchartsStatic, and fixed setOptions() return type
2013-08-30 07:05:05 -07:00
John St. Clair
b2ab530a30
Added getOptions to HighchartsStatic, and fixed setOptions() return type
2013-08-30 13:11:28 +02:00
basarat
a5c5af126d
Merge pull request #969 from jstclair/highchart-fix
...
Added jquery reference to highchart and add overload to JQuery
2013-08-30 01:57:24 -07:00
Basarat Syed
1088cf1cab
duplicate cleanup
2013-08-30 18:50:31 +10:00
Basarat Syed
188987d3e2
Merge branch 'patch-1' of https://github.com/georgiosd/DefinitelyTyped into georgiosd-patch-1
2013-08-30 18:43:15 +10:00
John St. Clair
4aedbf5462
Added jquery reference to highchart and add overload to JQuery
2013-08-30 10:05:12 +02:00
Boris Yankov
54186a87f6
Merge pull request #967 from damianog/patch-3
...
Node.js util.inspect must return a string
2013-08-29 17:44:38 -07:00
Boris Yankov
b4b098bf89
Merge pull request #968 from benjaminjackman/patch-1
...
Update angular.d.ts
2013-08-29 17:44:20 -07:00
benjaminjackman
bb999fd4e6
Update angular.d.ts
...
ILocationService.search() will return a hash of the query parameters in the current location, not a string.
2013-08-29 14:25:57 -05:00
damianog
0ad9432d61
Node.js util.inspect must return a string
...
As explained here:
http://nodejs.org/api/util.html#util_util_inspect_object_options
util.inspect return a string
2013-08-29 21:16:11 +02:00
Georgios Diamantopoulos
8c6037d9e5
Update angular.d.ts
2013-08-29 17:19:30 +03:00
Georgios Diamantopoulos
a0b3d5f130
Added overload for IPromise.then that will retain IHttpPromise type result
2013-08-29 16:48:36 +03:00
Diullei Gomes
7081b41df4
Merge pull request #964 from nikeee/master
...
Update mongodb.d.ts
2013-08-28 17:16:15 -07:00
Diullei Gomes
bd900e5cc5
Merge pull request #965 from fullflavedave/master
...
Meteor definition updates and README
2013-08-28 17:14:50 -07:00
Dave Allen
b75496dc6a
Hopfeully last wordsmithing
2013-08-28 17:01:16 -07:00
Dave Allen
e96690c7af
Hopfeully last wordsmithing
2013-08-28 16:28:49 -07:00
Dave Allen
3c89f21a1c
Hopfeully last wordsmithing
2013-08-28 16:28:17 -07:00
Dave Allen
d2173f35e6
More wordsmithing
2013-08-28 16:27:18 -07:00
Dave Allen
7fd8f60cc6
More wordsmithing
2013-08-28 16:25:21 -07:00
Dave Allen
29f32ee4c4
More wordsmithing
2013-08-28 16:21:20 -07:00
Dave Allen
8661326d65
More wordsmithing
2013-08-28 16:16:50 -07:00
Dave Allen
cf9f92a8c9
Fixed some typos
2013-08-28 16:01:38 -07:00
Dave Allen
b53ca37666
Added usage notes
2013-08-28 15:48:19 -07:00
nikeee13
b668ec8e07
Add CursorStream
2013-08-29 00:29:03 +02:00
nikeee13
4bbd0c202a
Remove Cursor constructor - 'INTERNAL TYPE'
2013-08-29 00:26:47 +02:00
nikeee13
50bfbea725
Update Cursor constants
2013-08-29 00:20:51 +02:00
nikeee13
046d387081
Update Cursor
2013-08-29 00:19:54 +02:00
nikeee13
28ea779c1d
Rename DBOptions -> DbCreateOptions
2013-08-29 00:10:12 +02:00
nikeee13
4f4de5f25f
Update CollectionCreateOptions
2013-08-29 00:09:31 +02:00
nikeee13
5c32d4aadb
Add name to README
2013-08-28 23:55:14 +02:00
nikeee13
ffac14f3a3
Update ObjectID class
2013-08-28 23:40:38 +02:00
nikeee13
79808dd87f
Update Collection constructor
2013-08-28 23:30:26 +02:00
nikeee13
1aef8d9bb3
Add ReadPreference class
2013-08-28 23:28:16 +02:00
nikeee13
2a85e74df1
Remove reaper from DBOptions
2013-08-28 23:17:04 +02:00
nikeee13
994417b277
Update DBOptions
2013-08-28 23:16:31 +02:00
nikeee13
20dcd7154d
Add connect to Server
2013-08-28 23:02:18 +02:00
nikeee13
6f67cf5391
Fix indentation
2013-08-28 22:54:59 +02:00
nikeee13
65567e417c
Add class documentation links
2013-08-28 22:53:33 +02:00
Dave Allen
bbe11aefd1
Merge remote-tracking branch 'upstream/master'
2013-08-28 13:37:02 -07:00
Dave Allen
2a453fef50
Changed some return types from type Object to type any so properties and methods of return types can be called
2013-08-28 13:33:21 -07:00
Boris Yankov
1effc6b5b9
Merge pull request #961 from georgiosd/patch-1
...
IHttpPromise updates
2013-08-28 10:12:42 -07:00
basarat
e41aa1f64d
winjs/winrt from TypeScript samples
2013-08-28 21:50:03 +10:00
Georgios Diamantopoulos
cac75d0599
IHttpPromise updates
...
success/error should retain the promise type
also, the callback return should be void, any return value doesn't seem to be carried anywhere: http://jsfiddle.net/9syMH/
2013-08-28 10:54:24 +03:00
Diullei Gomes
64dd674e52
Merge pull request #959 from artsjedi/master
...
SoundInstance.play() has optional parameters
2013-08-27 17:52:45 -07:00
Diullei Gomes
930b01416b
Merge pull request #958 from areel/master
...
Add TypeScript definition file for JointJS Graphic Library (http://www.jointjs.com )
2013-08-27 17:51:24 -07:00
artsjedi
38c877628c
SoundInstance.plau() has optional parameters
2013-08-27 19:49:48 -03:00
Diullei Gomes
d95b1b4b3e
Merge pull request #957 from rygine/master
...
Added type definitions and tests for underscore.string library
2013-08-27 14:25:47 -07:00
Ry Racherbaumer
a1c725fde3
Updated JSDoc for sprintf and numberFormat
2013-08-27 13:59:52 -07:00