Commit Graph
3112 Commits
Author SHA1 Message Date
Masahiro Wakame dbc68718e1 Remove not required .tscparams 2013-11-29 15:25:31 +09:00
Basarat Ali Syed 6e698c7257 Merge pull request #1353 from johnnyreilly/master
jQuery: Added JSDoc for intellisense
2013-11-28 13:08:44 -08:00
Basarat Ali Syed 0c645a4d98 Merge pull request #1354 from derekcicerone/patch-31
Fix noImplicitAny
2013-11-28 13:02:29 -08:00
Derek Cicerone 422822586b Fix noImplicitAny 2013-11-28 13:19:53 -05:00
John Reilly 276a7ae988 jQuery: Added a few more JSDocs 2013-11-28 14:14:38 +00:00
John Reilly d46931fa49 jQuery: Added click / dblclick JSDocs 2013-11-28 14:07:22 +00:00
John Reilly 14ee463201 jQuery: Added JSDoc for intellisense
Started turning the jQuery API documentation into JSDoc comments to
drive intellisense.
2013-11-28 13:59:47 +00:00
Basarat Ali Syed 6a9d60f570 Merge pull request #1351 from drewnoakes/patch-2
Missing semicolons and consistent whitespace
2013-11-28 04:36:51 -08:00
Basarat Ali Syed bdbb2f8d7a Merge pull request #1352 from michelsalib/patch-3
IProviderService::factory supports also inline annotated functions
2013-11-28 04:30:48 -08:00
Michel Salib 21a7c41386 IProviderService::factory supports also inline annotated functions 2013-11-28 12:57:34 +01:00
Drew Noakes 5c7636a1f1 Missing semicolons and consistent whitespace 2013-11-28 10:58:50 +00:00
Basarat Ali Syed b4bf3ea2ef Merge pull request #1344 from michelsalib/patch-2
Angular IServiceProvider::$get is injected
2013-11-27 17:03:34 -08:00
Basarat Ali Syed fac1f5ac2e Merge pull request #1346 from derekcicerone/patch-30
More implicit anys
2013-11-27 17:03:12 -08:00
Derek Cicerone 473659fb66 More implicit anys 2013-11-27 17:12:00 -05:00
Michel Salib 038f6bcb64 IServiceProvider::$get can be array or function 2013-11-27 22:27:42 +01:00
Michel Salib a59d261c8d Angular IServiceProvider::$get is injected
Actually the $get function is called via invoke.
2013-11-27 15:06:38 +01:00
Basarat Ali Syed 6e6bb810be Merge pull request #1343 from johnnyreilly/master
jQuery: change overload order (prep for TS 0.9.5)
2013-11-27 02:51:02 -08:00
John Reilly 8ad67c39fe jQuery: change overload order (prep for TS 0.9.5)
Related to https://github.com/borisyankov/DefinitelyTyped/issues/1311
#1311
2013-11-27 10:22:53 +00:00
Basarat Ali Syed 58f0d4747d Merge pull request #1340 from pushplay/master
Converting ungeneric "Array" to "any[]"
2013-11-26 22:27:22 -08:00
Basarat Ali Syed 2cd3c49d10 Merge pull request #1339 from johnnyreilly/master
Q:jQueryPromise converted implicitly to Q promise
2013-11-26 22:22:21 -08:00
Jeffery Grajkowski 798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
John Reilly d0c2d93cc0 Q: updated test to reflect 2013-11-26 17:48:45 +00:00
John Reilly fa6f389191 Q:jQueryPromise converted implicitly to Q promise 2013-11-26 17:39:54 +00:00
Basarat Ali Syed 9465c4ffaa Merge pull request #1317 from giabao/cryptojs
support CryptoJS 3.1.2
2013-11-26 03:56:12 -08:00
Basarat Ali Syed 10e2e0d0ad Merge pull request #1336 from johnnyreilly/master
jQueryUI: corrected return type of some dialog methods
2013-11-26 03:55:05 -08:00
Basarat Ali Syed 088a776636 Merge pull request #1335 from vvakame/add-riotjs
Add riotjs.d.ts and riotjs-render.d.ts 🐱
2013-11-26 02:34:17 -08:00
Basarat Ali Syed 527366aef4 Merge pull request #1334 from evilangelist/master
Upgrade EaselJS definitions to 0.7 and TweenJS to 0.5
2013-11-26 02:32:34 -08:00
John Reilly 2b08be22cf jQueryUI: correct return type of dialog methods
Also corrected / added a couple of tests
2013-11-26 09:31:19 +00:00
Masahiro Wakame b4a06eaf85 Add riotjs.d.ts and riotjs-render.d.ts 2013-11-26 16:28:31 +09:00
Chris Smith f4ff0e3bb4 Fixed missing return type 2013-11-25 22:42:28 -08:00
Basarat Ali Syed aa9c75cedb Merge pull request #1330 from ufon/master
google.visualization - added ChartWrapper definition, ErrorEventObject definition, ChartSpecs definition
2013-11-25 18:44:39 -08:00
Basarat Ali Syed 65abdae9e3 Merge pull request #1333 from loyd/patch-2
Add worker's "send" method to NodeProcess
2013-11-25 18:43:12 -08:00
Basarat Ali Syed ea66c14e71 Merge pull request #1332 from chaosmail/master
Updated D3.js
2013-11-25 17:08:26 -08:00
Paul Loyd 1e3efb6e24 Add worker's "send" method to NodeProcess 2013-11-25 23:57:04 +03:00
chaosmail 4008778541 Updated d3.d.ts and added size() function to Selection 2013-11-25 20:19:58 +01:00
Václav Oborník 074fc58fbf Added forgotten code 2013-11-25 19:21:48 +01:00
Václav Oborník 1023a42dfe google.visualization - added ChartWrapper definition, ErrorEventObject definition, ChartSpecs definition 2013-11-25 19:16:52 +01:00
Václav Oborník a358d7e098 google.visualization - added ChartWrapper definition, ErrorEventObject definition, ChartSpecs definition 2013-11-25 19:11:28 +01:00
Basarat Ali Syed 6321375a3f Merge pull request #1329 from ufon/master
added some missing options to select2
2013-11-25 02:38:20 -08:00
Václav Oborník 82cce1fe2e added some missing options to select2 2013-11-25 10:12:25 +01:00
Chris Smith b8543e6611 Merge remote-tracking branch 'upstream/master' 2013-11-25 00:40:50 -08:00
Chris Smith a3812e895f Added comment on Sprite to avoid IntelliJ thinking it was deprecated 2013-11-24 19:52:16 -08:00
Basarat Ali Syed d7968354c2 Merge pull request #1327 from ctaggart/nodejsBugStream
node bug fix, make ReadableStream the same as stream.ReadableStream
2013-11-24 14:24:04 -08:00
Cameron Taggart ee21e8494b makes ReadableStream the same as stream.ReadableStream by applying the pipe change
from commit d0139df89d
2013-11-24 15:36:02 -06:00
Basarat Ali Syed d27767cab2 Merge pull request #1322 from loyd/patch-1
Correct assert module
2013-11-24 13:10:08 -08:00
Basarat Ali Syed 498a0538f5 Merge pull request #1324 from chaosmail/master
Fixed typo in D3js
2013-11-24 13:06:26 -08:00
Basarat Ali Syed 4c17ff664d Merge pull request #1326 from jeffmay/gruntjs-updates
Updated gruntjs declaration and tests.
2013-11-24 13:04:48 -08:00
Basarat Ali Syed 45da52c02b Merge pull request #1325 from nvivo/backbone
Fix declaration of Backbone.noConflict() and added Backbone.$
2013-11-24 13:00:44 -08:00
Natan Vivo 2e52be773f Fix space/tab issue. 2013-11-24 17:33:14 -02:00
Natan Vivo 00bf83cd8e Fix noConflict() definition to return typeof(Backbone), added declaration of Backbone.$; 2013-11-24 17:30:32 -02:00