18734 Commits
Author SHA1 Message Date
Nicholas Wolverson 92011c1772 Fix Knockout tests for 0.9/generics
Allows ko.observable()
2013-06-19 13:32:56 +01:00
Nicholas Wolverson 82ea2c0070 Initial generic types for jquery statics 2013-06-19 12:28:31 +01:00
Nicholas Wolverson c0d7f57c8c Add promise to JQueryDeferred
Add promise method returning JQueryPromise from JQueryDeferred:
http://api.jquery.com/deferred.promise/
2013-06-19 11:16:47 +01:00
Basarat Syed 694b1d528f Fixed for TS0.9 :
angular-resource: declare required
chai-assert: 'declare' modifier not allowed for code already in an ambient context.
chai: Trailing comma not allowed
2013-06-19 18:08:15 +10:00
Boris Yankov 50b3d35c54 Merge pull request #616 from vvakame/patch-1
Update angular-mocks.d.ts
2013-06-18 18:57:16 -07:00
Boris Yankov dda169b930 Improve jQuery definitions, make compatible with TS 0.9 2013-06-19 04:55:52 +03:00
vvakame 92d23e046c Update angular-mocks.d.ts
fixed error "error TS1046: 'declare' modifier required for top level element."
2013-06-19 10:55:40 +09:00
Boris Yankov bcc1a8bb52 Merge pull request #613 from JudahGabriel 2013-06-19 04:33:08 +03:00
Boris Yankov 3a4ad6cfe8 Merge pull request #615 from nikeee/0.9
Renamed some bools to booleans
2013-06-18 18:12:10 -07:00
Boris Yankov 701aef003f Merge pull request #614 from theodorejb/master
Updated Modernizr definitions for TypeScript 0.9
2013-06-18 18:11:34 -07:00
Niklas Mollenhauer a71cfde657 bool -> boolean 2013-06-19 01:57:50 +03:00
Niklas Mollenhauer 8c7c8dcc6e bool -> boolean 2013-06-19 01:57:09 +03:00
Niklas Mollenhauer 8fa2c99c8d bool -> boolean 2013-06-19 00:55:16 +02:00
Niklas Mollenhauer 77a152db3e bool -> boolean 2013-06-19 01:54:04 +03:00
Niklas Mollenhauer 12412e10d2 bool -> boolean 2013-06-19 00:53:08 +02:00
Niklas Mollenhauer da62ac10b3 bool -> boolean 2013-06-19 00:48:14 +02:00
Niklas Mollenhauer cc96a71a98 bool -> boolean 2013-06-19 01:47:21 +03:00
Niklas Mollenhauer 038becceff removed console type since it is included in the lib.d.ts standard definition file (TypeScript 0.9) 2013-06-19 00:45:24 +02:00
Boris Yankov e9ed87d7d2 Fix test runner files 2013-06-19 01:24:28 +03:00
Theodore Brown c5d06abe77 Fixed character encoding of François' name in README 2013-06-18 17:17:19 -05:00
Theodore Brown 28cb1e5ea0 Added my name to modernizr.d.ts and README 2013-06-18 17:16:38 -05:00
Theodore Brown f99cbec760 testStyles callback should return void instead of boolean
Fixes failing tests
2013-06-18 17:02:03 -05:00
Theodore Brown 586858c1dc Switch bool to boolean for TypeScript 0.9 2013-06-18 16:59:35 -05:00
Boris Yankov 3449aaf997 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-06-18 23:41:27 +03:00
Boris Yankov c26ac51913 Update test runner for TypeScript 0.9 2013-06-18 23:40:26 +03:00
Boris Yankov c76532338c Merge pull request #607 from damianog/master
bool deprecated by Typescript 0.9
2013-06-18 12:51:53 -07:00
Boris Yankov 24f05533d4 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-06-18 16:03:24 +03:00
Boris Yankov be0419bab1 Merge branch 'master' of https://github.com/kingdango/DefinitelyTyped into kingdango-master 2013-06-18 16:02:42 +03:00
Aaron King 44d44d0875 Added jQuery.autosize to readme 2013-06-18 09:55:34 -03:00
Aaron King 3451f3be3c jquery.autosize definitions 2013-06-18 08:47:58 -04:00
Boris Yankov 9a27bda1f1 Merge pull request #609 from karlw4/master
NODE: missing global functions setImmediate and clearImmediate
2013-06-16 17:13:56 -07:00
Boris Yankov 1e0d775c97 Merge pull request #610 from karlw4/msnodesql
MSNODESQL: changes in callback signatures and Connection.query/queryRaw
2013-06-16 11:04:20 -07:00
karlw4 b816a767aa wrong signature of Connection.queryRaw and Connection.query and more detailed callback signatures 2013-06-15 15:46:18 +02:00
karlw4 63f3e198fe missing global functions setImmediate and clearImmediate,
see documentation at http://nodejs.org/api/timers.html
2013-06-15 14:51:05 +02:00
damianog 21f6baaef8 Removed unnecessary comma
Found error compilation in typescript 0.9 beta
Removed unnecessary comma
2013-06-14 20:08:21 +03:00
Boris Yankov 564ee694b9 Merge pull request #608 from mickdelaney/master
Restangular - Update to 0.8.0
2013-06-14 09:02:04 -07:00
mickdelaney 23f7b0853a Restangular 0.8.0 2013-06-14 15:42:36 +01:00
Damiano e3a54cddb8 bool deprecated by Typescript 0.9
updated to boolean.
2013-06-14 15:46:27 +02:00
Boris Yankov ac22f07391 Merge pull request #606 from studiollama/patch-1
Added gotoAndStop to BitmapAnimation in easeljs.d.ts and declare to modu...
2013-06-13 12:58:08 -07:00
studiollama 5cbef5988b Added gotoAndStop to BitmapAnimation in easeljs.d.ts and declare to module
Added the gotoAndStop method that is available in easeljs-0.6.1 and also included the "declare" before "module createjs" which allows it to be used with TypeScript 0.9
2013-06-12 10:41:14 -06:00
Boris Yankov 64eef588d5 Merge pull request #605 from brian428/_sencha_touch
Initial commit of Sencha Touch 2.2.1 definition and test.
2013-06-12 04:16:21 -07:00
Brian Kotek 37e392eb2c Initial commit of Sencha Touch 2.2.1 definition and test. 2013-06-11 20:54:26 -04:00
Boris Yankov eb001813fc Merge pull request #604 from brian428/_extjs
Add Ext JS 4.2.1 as latest. Fixes to both versions (mainly around static...
2013-06-11 04:49:18 -07:00
Boris Yankov fa1aec015e Merge pull request #602 from Bartvds/master
added require.main to node.js
2013-06-11 04:47:53 -07:00
Brian Kotek 2eebee645a Add Ext JS 4.2.1 as latest. Fixes to both versions (mainly around static methods for singleton classes, but other tweaks as well). 2013-06-11 01:17:50 -04:00
Bartvds fcadc9aa75 added definitions for colors.js 2013-06-10 19:03:31 +02:00
Bart van der Schoor c084481b2e replaced tab withs spaces 2013-06-09 23:23:51 +03:00
Bartvds 0eb892ba53 added missing require.main 2013-06-09 22:20:11 +02:00
Boris Yankov bcb8ef204a Merge pull request #601 from teves-castro/master
Added 'helper' member to the definition of EntityManager
2013-06-07 07:22:58 -07:00
vcastro e03564697e Added helper specification to EntityManager 2013-06-07 14:31:00 +01:00