Seboo
2c4b3f8e03
Added definitions for Swiper
2013-08-19 23:13:39 -03:00
Jared Pochtar
de92542c55
Router.routes, View.events, and Model.defaults -> method form
...
As of typescript 0.9.1, fields are set after calling the super
constructor, so if events, defaults, or routes are set to object
literals, they will not be seen by backbone, and will not be bound.
The cleanest way to fix this is to define them as methods which return
an object hash, as the methods are already on the prototype chain when
backbone looks for events/defaults/routes, and backbone supports either
objects or functions that when called return objects.
2013-08-19 19:56:50 -04:00
jbaldwin
f6c5a200e5
Upgraded jbaldwin projs to 0.9.1.0
2013-08-19 16:19:56 -06:00
Jon Egerton
9a673597f0
Add new definitions for docCookies
...
Definitions for Mozilla document.cookies wrapper
2013-08-19 23:16:48 +01:00
ashwinr
fd5c5d0f38
update mocha definitions
2013-08-19 16:01:33 -04:00
ashwinr
eba1bc3c13
Update d3.d.ts
...
Fix transform definition.
2013-08-19 15:51:33 -04:00
Cary Haynie
1a95e29af3
update connect() calls to correctly return NodeSocket object.
2013-08-19 10:49:44 -04:00
gstamac
56a4a19e61
Jasmine: added jasmine.objectContaining
2013-08-19 16:29:38 +02:00
gstamac
4a496356b3
added Jasmine-JQuery definition
2013-08-19 12:52:03 +02:00
gstamac
a65518d9eb
Jasmine: removed constructor definition in Reporter interface
2013-08-19 11:04:10 +02:00
Boris Yankov
23f2e1cd15
Merge pull request #879 from benjaminjackman/master
...
Jasmine: Added any types to avoid errors --noImplicitAny
2013-08-18 13:29:12 -07:00
Boris Yankov
ca2e7dcfb6
Merge pull request #884 from AndrewGaspar/async
...
Async with external module support.
2013-08-18 13:28:53 -07:00
Santi Albo
c4ce9e9723
Remove unnecessary definitions and other small fixes
...
- Use optional parameters to delete unnecessary definitions.
- `queryParams` type is `any`, not `string`.
- Delete `getList` type definition without any arguments for `RestangularElement` since the documentation says that `subElement` is mandatory (https://github.com/mgonto/restangular#element-methods )
2013-08-18 21:05:49 +01:00
Andrew Gaspar
1eab71a53a
Async with external module support.
2013-08-18 03:54:59 -05:00
Diullei Gomes
9804057326
Merge pull request #882 from TyOverby/patch-2
...
Fixed typing mistake
2013-08-17 18:05:21 -07:00
Diullei Gomes
d300cf5a8a
Merge pull request #881 from ashwinr/master
...
add definition for d3.transform
2013-08-17 18:04:02 -07:00
Ty
c2a7c36945
Fixed type mistake
2013-08-17 15:22:54 -07:00
Ashwin Ramaswamy
ef53454ef4
add definition for d3.transform
2013-08-17 16:36:44 -04:00
Ben Jackman
34a3c8fc0f
Jasmine: Added any types to avoid errors --noImplicitAny
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-17 00:00:20 -05:00
Diullei Gomes
e5c8219bcf
Merge pull request #878 from AndrewGaspar/convert-source-map
...
Added definitions for convert-source-map
2013-08-16 19:34:56 -07:00
Diullei Gomes
a11fb5bffe
Merge pull request #877 from barbara42/master
...
Definitions for GoJS diagramming library
2013-08-16 19:32:39 -07:00
Diullei Gomes
4427bd03f4
Merge pull request #876 from jonegerton/patch-1
...
Include the settings field on ColorboxStatic
2013-08-16 19:30:50 -07:00
Diullei Gomes
ecce1ee6e8
Merge pull request #867 from AndrewGaspar/knockoutamd
...
Made knockout.d.ts support both AMD and static loading.
2013-08-16 19:24:23 -07:00
Diullei Gomes
200488ec2d
Merge pull request #870 from AndrewGaspar/moduletests
...
tests now run with module flag set to commonjs
2013-08-16 19:21:40 -07:00
Andrew Gaspar
108f41dad9
Added comment header to definiton.
2013-08-16 14:55:32 -05:00
Andrew Gaspar
bfeafe4660
Added definitions for convert-source-map
2013-08-16 14:53:34 -05:00
barbara42
70f095961c
Definitions for GoJS diagramming library
2013-08-16 15:42:34 -04:00
Andrew Gaspar
f2f7453b55
Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests
2013-08-16 14:28:54 -05:00
Andrew Gaspar
35fcd0d844
Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests
2013-08-16 14:24:44 -05:00
Andrew Gaspar
d2c8a328f2
Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests
2013-08-16 14:15:18 -05:00
Andrew Gaspar
8d8f64e39b
Updated runner.ts to compile with the module flag to improve test performance.
2013-08-16 14:15:13 -05:00
Jon Egerton
11d0b949a0
Include the settings field on ColorboxStatic
...
Included settings field ColorboxStatic. This is used for setting site-wide defaults for colorbox
2013-08-16 17:20:03 +01:00
Boris Yankov
8d71f42461
Merge pull request #875 from theodorejb/master
...
Add missing get() method overload to fix failing test
2013-08-16 09:03:55 -07:00
Theodore Brown
262ca1785d
Add missing get() method overload to fix failing test
2013-08-16 10:34:55 -05:00
Boris Yankov
c5c0e6554a
Merge pull request #864 from michaelgmiller/master
...
Add icon defaults to leaflet.
2013-08-16 08:01:18 -07:00
Boris Yankov
1b8c36677b
Merge pull request #865 from AndrewGaspar/socketio
...
Updated socket.io to have better function typing on SocketNamespace.on
2013-08-16 08:00:51 -07:00
Boris Yankov
51e6b1ca02
Merge pull request #868 from anchann/q-inspect
...
Q: adding inspect() method, changing return type of getSettled
2013-08-16 08:00:17 -07:00
Boris Yankov
d016ead852
Merge pull request #872 from theodorejb/master
...
Update pickadate.js definitions and tests to support version 3.2.0 of the library
2013-08-16 07:58:01 -07:00
Boris Yankov
829039fba9
Merge pull request #873 from BlueSpire/master
...
Updated Durandal to the official 2.0.0 definition.
2013-08-16 07:57:19 -07:00
Boris Yankov
84a91866ea
Merge pull request #874 from benjaminjackman/master
...
Got rid of implicit any errors in d3, jquery, angularjs, moment
2013-08-16 07:56:52 -07:00
Diullei Gomes
e0f30b67cf
Merge pull request #871 from AndrewGaspar/through
...
I added definitions for through
2013-08-16 05:55:45 -07:00
Diullei Gomes
a8b05e6f87
Merge pull request #869 from AndrewGaspar/browserify
...
Added definitions for browserify.
2013-08-16 05:44:11 -07:00
Ben Jackman
d262f719c0
moment: Fix for noImplicitAny errors.
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-16 00:54:14 -05:00
Ben Jackman
7bd81009a2
angularjs.d.ts: fixed implicit any errors
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-16 00:40:36 -05:00
Ben Jackman
ba5e845577
jquery: fixed implicit any errors.
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-16 00:40:20 -05:00
Ben Jackman
e2e81a42db
d3: Got rid of implicit any errors.
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-16 00:13:31 -05:00
EisenbergEffect
e2c394fc56
Updated Durandal to the official 2.0.0 definition.
...
This TypeScript definition file was created by the Durandal project. It
represents the Durandal 2.0.0 API and is compatible with TypeScript
0.9.1.
2013-08-16 00:46:36 -04:00
Theodore Brown
a22692616f
Reuse shared properties in pickadate.js definition
2013-08-15 23:29:51 -05:00
Theodore Brown
030121e8b3
Update definition and tests for pickadate.js v3.2.0
2013-08-15 23:28:36 -05:00
Andrew Gaspar
b1ae048030
Made all arguments optional
2013-08-15 23:13:11 -05:00