18734 Commits
Author SHA1 Message Date
benfo 93cd50d5bb Moment: Add string overloads for month and day 2013-07-16 06:16:57 +02:00
benfo 917117d837 Moment: Update version number to 2.1.0 2013-07-16 05:32:17 +02:00
benfo acbd1e812b Moment: Add toISOString definition for version 2.1.0 2013-07-16 05:31:50 +02:00
benfo 875e949f45 Moment: Remove obsolete sod/eod function (Since 2.1.0) 2013-07-16 05:24:48 +02:00
Christiaan Rakowski 69d8a3441e Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-15 10:06:27 +02:00
Diullei Gomes 63547ce185 Merge pull request #773 from czb/patch-1
Update README.md
2013-07-14 23:15:34 -07:00
Oldrich Svec 285796459a Update README.md
error in Sharepoint link
2013-07-15 08:12:23 +02:00
Diullei Gomes 8d6e398364 Merge pull request #772 from brian428/_extjs
Update Ext JS lib to work with TypeScript 0.9.1.
2013-07-14 21:15:26 -07:00
Diullei Gomes ff2fbbba7a Merge pull request #771 from brian428/_sencha_touch
Update Sencha Touch lib to work with TypeScript 0.9.1.
2013-07-14 21:14:48 -07:00
Brian Kotek 4f281aa91e Update Ext JS lib to work with TypeScript 0.9.1. 2013-07-14 23:25:51 -04:00
Brian Kotek 3268eeebdb Update Sencha Touch lib to work with TypeScript 0.9.1. 2013-07-14 23:20:06 -04:00
Utkarsh Upadhyay 7525e6f5d4 Fix type of keyFunction in d3.nest().key(keyFunction) 2013-07-14 22:40:12 +02:00
Diullei Gomes b443469bbd Merge pull request #769 from gandjustas/master
SharePoint Type Definitions
2013-07-13 17:33:10 -07:00
Diullei Gomes d42a053125 Merge pull request #768 from nvivo/backbone_model_default
Model.default should be a property, as it can be a function or an object.
2013-07-13 17:30:26 -07:00
Utkarsh Upadhyay 253488be2a Replace HTMLelementSVGLocatable with SVGLocatable 2013-07-14 02:14:45 +02:00
Utkarsh Upadhyay 06c68fb372 Improve d3's types. 2013-07-14 02:00:35 +02:00
gandjustas 0aebd1111e Added SharePoint to readme.md file 2013-07-13 18:53:54 +04:00
gandjustas be81dfd4f8 Added sptypescript 1.1 definitions 2013-07-13 18:49:12 +04:00
Natan Vivo 752cb09e2c Model.default should be a property, as it can be a function or an object. 2013-07-12 15:30:21 -03:00
Christiaan Rakowski e57b8a04fc Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-12 13:38:15 +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
Christiaan Rakowski ed16c11136 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-11 23:36:36 +02: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
Christiaan Rakowski 4493522d6f Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-08 23:51:30 +02: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