18734 Commits
Author SHA1 Message Date
Boris Yankov 8610334106 Merge pull request #751 from NN---/patch-3
Update according to TS 0.9
2013-07-06 02:47:45 -07:00
Boris Yankov d1ca311209 Merge pull request #752 from NN---/patch-1
TS requires semicolon
2013-07-06 02:46:48 -07:00
Boris Yankov b803c9c5fb Merge pull request #754 from NN---/patch-5
TS doesn't allow optional parameters with literals
2013-07-06 02:46:32 -07:00
BreeeZe a55f110fe3 Added generic type as return type since shift() and pop() return an item from the array 2013-07-05 23:24:13 +02:00
NN be4949c064 TS doesn't allow optional parameters with literals 2013-07-05 22:55:50 +03:00
NN b96032e42f Update according to TS 0.9
There is no declare inside module
2013-07-05 22:22:36 +03:00
NN 21dd00558d TS requires semicolon
Fix according to TS 0.9 specification.
2013-07-05 22:08:49 +03:00
NN 64092006cf Update according to TS 0.9
'export = internal' is illegal.
2013-07-05 22:05:28 +03:00
NN 184bda7faf Update according to TS 0.9
'export = internal' is illegal.
2013-07-05 22:05:25 +03:00
Richard Hepburn 47a6bcdfb0 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:02:40 -04:00
Richard Hepburn 8dd5bcc633 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:02:27 -04:00
Richard Hepburn e98875bf10 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:01:50 -04:00
Richard Hepburn 89b039b2b7 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:01:31 -04:00
Boris Yankov 3b17700c1b Merge pull request #747 from wereHamster/angularjs-idirective-transclude
Change IDirective.transclude to be of `any` type
2013-07-05 08:56:49 -07:00
Boris Yankov e9b479589b Merge pull request #748 from oising/master
Updated sammyjs.d.ts for typescript 0.9.x
2013-07-05 08:55:57 -07:00
oising 4fd627247d updated sammyjs definitions for typescript 0.9.x 2013-07-05 11:46:37 -04:00
Diullei Gomes 3f2f801026 Merge pull request #746 from Steve-Fenton/master
First draft of jquery.ui.layout.d.ts
2013-07-05 07:42:32 -07:00
Steve Fenton ec40564060 Create basic version of jQuery UI Layout definition. 2013-07-05 13:59:47 +01:00
Boris Yankov 4bc968a0bb Merge pull request #744 from carldebilly/master
Clean-up in the RxJS files and add support for more packages + bool-to-boolean conversion
2013-07-05 05:12:06 -07:00
Boris Yankov d63b4be25b Merge pull request #745 from AndrewGaspar/jQueryPromiseTyping
jQuery Promise Typings
2013-07-05 05:11:41 -07:00
Tomas Carnecky e4693b884b Change IDirective.transclude to be of any type
It can actually be bool or string, but TypeScript doesn't allow union types (see http://typescript.codeplex.com/workitem/120).
2013-07-05 13:52:23 +02:00
Andrew Gaspar 284f4a629a Minor fixes for issue #726 2013-07-05 01:06:47 -07:00
Carl de Billy f83fb6805b Support for more RxJS packages + bool => boolean for TS0.9 2013-07-05 01:03:30 -04:00
Christiaan Rakowski 49217ac37f Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-04 19:47:14 +02:00
Boris Yankov 0f87f45ca8 Merge pull request #740 from AndrewGaspar/master
Added Additional Typings to Q
2013-07-03 07:37:53 -07:00
Andrew Gaspar 85eabfe63b Added typings to jQuery promises and deferreds. 2013-07-03 01:36:17 -07:00
Christiaan Rakowski 922e87eeca Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-03 10:34:08 +02:00
Andrew Gaspar bccbbdaa83 Added progress handlers to Q.when 2013-07-03 00:33:25 -07:00
Andrew Gaspar 6fb97f40bf Added types all over the place in Q 2013-07-03 00:24:15 -07:00
Diullei Gomes 84b94b51cb Merge pull request #737 from derekcicerone/patch-6
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:13:09 -07:00
Diullei Gomes 70333f9e0d Merge pull request #736 from derekcicerone/patch-5
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:12:38 -07:00
Diullei Gomes 4112f95979 Merge pull request #735 from derekcicerone/patch-4
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:11:56 -07:00
Diullei Gomes 72bec93508 Merge pull request #732 from carldebilly/master
Fixed broken + upgraded Rx.JS to 0.9 with generics
2013-07-02 17:11:12 -07:00
Diullei Gomes 78a957fb43 Merge pull request #731 from derekcicerone/patch-2
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:09:19 -07:00
Diullei Gomes 26f20e6754 Merge pull request #730 from derekcicerone/patch-3
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:08:00 -07:00
Diullei Gomes 5418da9bc4 Merge pull request #728 from nestalk/master
Strongly type methods in jqueryui and fullcalendar
2013-07-02 17:06:48 -07:00
Derek Cicerone 210b10c347 Replace bool with boolean (for TypeScript 0.9.0+) 2013-07-02 19:43:47 -04:00
Derek Cicerone 221f0bcfb0 Replace bool with boolean (for TypeScript 0.9.0+) 2013-07-02 16:11:22 -04:00
Derek Cicerone 24ca683da9 Replace bool with boolean (for TypeScript 0.9.0+) 2013-07-02 14:57:23 -04:00
Carl de Billy bc491674fc IObservable => IObservable<T>
Now use generics who improve a lot the writing of Rx fluent expressions!
2013-07-01 22:53:39 -04:00
Derek Cicerone 555d0f5c5f Replace bool with boolean (for TypeScript 0.9.0+) 2013-07-01 19:10:05 -04:00
Boris Yankov f6deae3bb4 Merge pull request #729 from derekcicerone/patch-2
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-01 15:14:20 -07:00
Derek Cicerone f42029618d Replace bool with boolean (for TypeScript 0.9.0+)
Looks like my editor removed trailing whitespace and possibly also normalized some line endings as well.
2013-07-01 18:00:11 -04:00
Derek Cicerone 9941765485 Replace bool with boolean (for TypeScript 0.9.0+) 2013-07-01 17:38:49 -04:00
Christiaan Rakowski 0ceefdb6c9 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-01 22:15:35 +02:00
Neil Stalker e6ed59efeb strongly type jqueryui methods 2013-07-01 21:09:38 +01:00
Carl de Billy f90f624aef Fixed broken declarations of the upgrade to 0.9 2013-07-01 15:36:58 -04:00
Neil Stalker 7da6a8af84 Strongly type fullcalendar methods 2013-07-01 20:16:22 +01:00
Boris Yankov f4c55d9536 Merge pull request #727 from andrewdavey/patch-2
Re-add getColor.reset()
2013-07-01 10:05:19 -07:00
Andrew Davey 1a2fced0c6 Re-add getColor.reset()
This is compatible with TypeScript 0.9.
2013-07-01 10:12:54 +01:00