Diullei Gomes
fe60dca9fb
Merge pull request #496 from JesperSchultz/master
...
fix for options on fromJSON in knockout.mapping
2013-04-30 04:41:16 -07:00
Gidon
88ab02bde2
Added jQuery.Colorbox definitions
2013-04-30 11:01:38 +03:00
Kazi Manzur Rashid
d2e0be3ea9
Model isValid should return boolean instead of string
2013-04-30 13:54:50 +06:00
Kazi Manzur Rashid
44e02ee490
Included chai-jquery definition
2013-04-30 13:47:47 +06:00
Kazi Manzur Rashid
5362cb55c3
Included Test for Chai and renamed files to follow the project convention.
2013-04-30 12:56:41 +06:00
basarat
d5fc0335e8
Compatibility with TS 0.9
...
'declare' now required for top level non-interface :
https://typescript.codeplex.com/wikipage?title=Known%20breaking%20changes%20between%200.8%20and%200.9
2013-04-30 10:11:43 +07:00
Natan Vivo
4357399664
Update globalize.d.ts
2013-04-29 17:29:38 -03:00
Kazi Manzur Rashid
fe8140afe8
Renamed files.
2013-04-29 23:56:35 +06:00
Kazi Manzur Rashid
8b4a498644
Added sinon-chai definition file.
2013-04-29 23:00:56 +06:00
bquarmby
b49671022e
Update jasmine.d.ts
...
Made jasmine.Spy callable.
Added missing "pp" method and internal Matcher properties. Both important for rolling custom matchers.
2013-04-29 20:37:32 +10:00
Vincent Bortone
00f7f057c9
Initial commit of Firebase API type definitions
2013-04-29 02:35:50 -04:00
Boris Yankov
aa830d6aac
Merge pull request #501 from qcz/smallfixes2
...
Various Google Maps definition fixes
2013-04-27 06:58:09 -07:00
qcz
4ac9537227
Various Google Maps definition fixes
...
- Added draggable to various overlay objects
- Added StrokePosition to PolygonOptions, CircleOptions and
RectangleOptions.
- Fixed MVCArray return and argument types for overlay objects' path
methods.
- Fixed DrawingManagerOptions and DrawingControlOptions interfaces, made
all properties optional.
- Made GeocoderRequest.address optional, it's not required when using a
LatLng for geocoding.
- Fixed SteetViewPov.pitch typo.
- Added addListener to MVCObject
2013-04-27 12:41:41 +02:00
hansrwindhoff
1123b76048
force layout defs
2013-04-26 21:00:58 -06:00
Bartvds
79d3a4e648
require.resolve - added id argument
2013-04-26 18:30:15 +02:00
Steve Shearn
305492b169
added Defaults property
2013-04-25 14:30:36 +10:00
Boris Yankov
6eff7d1d3f
Merge pull request #492 from fsoikin/master
...
Typos in Sinon and Jasmine
2013-04-24 15:54:06 -07:00
Boris Yankov
a6f44e6d52
Merge pull request #495 from nestalk/master
...
Fix issues in d3 definition
2013-04-24 15:53:02 -07:00
JesperSchultz
913de29307
fix for fromJSON with options
2013-04-23 14:39:00 +02:00
Neil Stalker
54f6dbc7bf
Fix issues in d3 definition
2013-04-23 12:24:02 +01:00
Fyodor Soikin
30f0df4b0f
Added missing return types to Spy methods
2013-04-22 17:57:46 -04:00
Fyodor Soikin
b87f73abe9
Revert "Added missing return types for Spy chaining methods and for the createSpy method"
...
This reverts commit 91a966943b .
2013-04-22 17:51:42 -04:00
Fyodor Soikin
91a966943b
Added missing return types for Spy chaining methods and for the createSpy method
2013-04-22 01:14:48 -04:00
Fyodor Soikin
2fc878b482
Typo: no param name for "xhr" param in respondWith on fakeServer
2013-04-21 18:18:25 -04:00
Kazi Manzur Rashid
fa81134a20
Updated file header and included tests.
2013-04-20 10:18:58 +06:00
Kazi Manzur Rashid
0fea2d1a86
Added the test for the previous changes.
2013-04-20 09:59:51 +06:00
Kazi Manzur Rashid
d977feba3c
Updated file header and included tests.
2013-04-20 08:04:23 +06:00
Diullei Gomes
e214271a12
Merge pull request #488 from Adilson/master
...
Routie definition created
2013-04-19 14:38:40 -07:00
Adilson de Almeida Junior
bb7db96765
Routie definitions created
2013-04-19 18:24:57 -03:00
Diullei Gomes
d20d315d86
Merge pull request #487 from derikwhittaker/master
...
Knockout Validation Error Fix
2013-04-19 07:07:29 -07:00
Diullei Gomes
7ce9a67cb7
Merge pull request #484 from iwhp/master
...
Added the property [name] to NamingConvention
2013-04-19 06:48:45 -07:00
Derik Whittaker
6cca44e64e
Fixed a definition bug
2013-04-19 08:56:19 -04:00
Kazi Manzur Rashid
2a9a991418
Updated the signatures and included some of the recent changes of Backbone.js v1.0.0
2013-04-19 05:20:09 +06:00
Diullei Gomes
1598c1629d
Merge pull request #485 from JesperSchultz/master
...
fix for combined matchers in sinon
2013-04-18 11:23:33 -07:00
JesperSchultz
893f366fdc
fix for combined matchers in sinon
2013-04-18 18:42:10 +02:00
iwhp
72eec5b19d
Added the property [name] to NamingConvention
2013-04-18 11:10:57 +02:00
Carl de Billy
ddad6540d1
More RxJs definitions
...
Definitions for RxJs.html, RxJs.Time and RxJs.Aggregates
2013-04-16 15:35:49 -04:00
Carl de Billy
e833723595
Scan: "seed" can be any
...
First parameter of "scan" can be anything, not just number.
2013-04-16 15:30:29 -04:00
Diullei Gomes
873f2b75ee
Merge pull request #481 from kontan/three
...
Merged some fixes in three.d.ts
2013-04-16 04:39:22 -07:00
Diullei Gomes
bac5473f6a
Merge pull request #480 from hrj/jqueryFix
...
Declare JQuery.html(JQuery)
2013-04-16 04:37:55 -07:00
Kon
6db77727eb
Merged #3 and #4
2013-04-16 19:58:38 +09:00
hrj
690897ce5a
Declare JQuery.html(JQuery)
2013-04-16 15:01:37 +05:30
Boris Yankov
7f443f9b82
Merge pull request #479 from csrakowski/master
...
Added comments to jquery.tinyscrollbar
2013-04-16 02:22:53 -07:00
Christiaan Rakowski
bc2c67c6cf
Added comments to jquery.tinyscrollbar
2013-04-15 20:58:48 +02:00
Boris Yankov
6ed385610a
Merge pull request #478 from davemckeown/zmq-node
...
Added type definition for ZeroMQ on Node
2013-04-15 06:18:13 -07:00
Dave McKeown
b6cb74d794
Added type definition for ZeroMQ on Node
2013-04-14 12:02:52 -04:00
Diullei Gomes
bddcaf3d35
Merge pull request #476 from kazimanzurrashid/master
...
Updated the js-fixtures
2013-04-12 14:27:31 -07:00
Kazi Manzur Rashid
aa28425843
Updated signature.
2013-04-13 03:22:04 +06:00
Boris Yankov
e3f13b6aa9
Merge pull request #474 from vvakame/add-gae-channelapi
...
Added definitions for GAE's Channel API library
2013-04-12 06:29:37 -07:00
Boris Yankov
90f81c0f4f
Merge pull request #469 from AntonAM/patch-1
...
setuid and setgid accept string as a parameter.
2013-04-12 06:29:17 -07:00