Commit Graph
1606 Commits
Author SHA1 Message Date
Utkarsh Upadhyay 06c68fb372 Improve d3's types. 2013-07-14 02:00:35 +02:00
Diullei Gomes 17f058521f Merge pull request #767 from Diullei/jquery-fix
bug fix - #742 JQueryAjaxSettings does not allow contentType set to false
2013-07-11 20:34:25 -07:00
Diullei Gomes 106cf5e16f bug fix - #742 JQueryAjaxSettings does not allow contentType set to false 2013-07-12 00:29:42 -03:00
Diullei Gomes 53dc0d5c26 Merge pull request #766 from Diullei/requirejs-fix
Bug fix - #764 'require.config(...)' should return type 'Require'
2013-07-11 16:36:32 -07:00
Diullei Gomes 680f2fa69b Bug fix - #764 'require.config(...)' should return type 'Require' 2013-07-11 20:33:29 -03:00
Diullei Gomes acb6743779 Merge pull request #755 from BreeeZe/master
Fixed return type of shift() and pop() on KnockoutObservableArrayFunctions<T>
2013-07-10 14:41:21 -07:00
Boris Yankov c50fe9be5a Merge pull request #762 from jlujan/master
Add type definitions for Backgrid.js
2013-07-10 06:46:22 -07:00
Jeremy Lujan d49413c9ce Add Type definitions for Backgrid.js 2013-07-08 18:59:52 -05:00
Boris Yankov 58460f6e0b Merge pull request #760 from wereHamster/angularjs-module-config-function
Change type of angularjs module config fuction to any
2013-07-08 16:47:51 -07:00
Boris Yankov b75d021083 Merge pull request #757 from AndrewGaspar/master
Added generic typing to jQuery.when
2013-07-08 16:47:08 -07:00
Boris Yankov c7936de1eb Merge pull request #758 from mihailik/patch-3
Renaming CodeMirror.Position to CodeMirror.Pos reflecting the actual JS ...
2013-07-08 16:43:59 -07:00
Boris Yankov 179e6c4984 Merge pull request #756 from sgtfrankieboy/master
Google API
2013-07-08 16:36:12 -07:00
Boris Yankov 89fb192776 Merge pull request #761 from rwhepburn/master
Updated qunit.d.ts file to change bool -> boolean to align with TypeScript 0.9
2013-07-08 16:35:17 -07:00
Richard Hepburn 911acf3fe7 Changed bool -> boolean to align with TypeScript 0.9
Updated the bool type definitions to boolean to align with TS 0.9 and
ES6 standards.
2013-07-08 17:26:05 -04:00
Tomas Carnecky 859afa5d55 Change type of angularjs module config fuction to any
It can be subject to dependency injection, eg.

angular.module('myModule', [], [$rootScope, function($rootScope){}]);
2013-07-08 13:32:53 +02:00
Andrew Gaspar f00c0421cf Added typings for when that afford promise type objects being passed in and mixes of different types. 2013-07-07 18:35:12 -07:00
Andrew Gaspar e1cfc4aa71 Made $.when work with mixed type values without specifiying <any> 2013-07-07 18:05:42 -07:00
Boris Yankov 4d5f859016 Merge pull request #759 from carldebilly/master
Fixed a wrong declaration for Subject<T> constructor
2013-07-07 17:45:51 -07:00
Andrew Gaspar 6eb08d6fdb Allows done functions for test cases to take a failure reason to indicate a failure asynchronously. 2013-07-07 17:17:25 -07:00
Carl de Billy f53317a2de Fixed ISubject<T>/Subject<T> constructor was incorrect. 2013-07-07 15:25:27 -04:00
mihailik a0b8915eb7 Renaming CodeMirror.Position to CodeMirror.Pos reflecting the actual JS code 2013-07-07 13:57:27 +01:00
sgtfrankieboy 4927437e62 Google Page Speed Online API 2013-07-07 11:46:16 +02:00
sgtfrankieboy 9048007fd3 Fixed Minor issues with Translate API
Also updated README.md to include Translate API and added information at
top of definition file.
2013-07-07 11:42:45 +02:00
sgtfrankieboy e84da7a230 Google Translate API 2013-07-07 10:41:44 +02:00
Andrew Gaspar 7e7fca5c55 Added generic typing to jQuery.when 2013-07-06 21:31:02 -07:00
sgtfrankieboy f7450dcedb Google API TypeScript Definition Files
TypeScript Definition File for the Google API Client (gapi). Also
included are gapi.urlshortener, gapi.youtube, gapi.youtubeAnalytics. All
the Definition files have full JsDoc Support.
2013-07-07 01:50:15 +02:00
Boris Yankov cd282f4a03 Merge pull request #749 from rwhepburn/master
Changed bool -> boolean to align with TypeScript 0.9
2013-07-06 03:07:00 -07:00
Boris Yankov 19d75cea10 Merge pull request #753 from NN---/patch-4
Update according to TS 0.9
2013-07-06 03:06:36 -07:00
Boris Yankov b691f37cb5 Merge pull request #750 from NN---/patch-2
Update according to TS 0.9
2013-07-06 02:48:13 -07:00
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