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
Basarat Ali Syed
8b092b230b
Updated gruntjs declaration and tests.
2013-11-24 14:20:25 -05:00
chaosmail
845ef32826
Updated d3.d.ts fixed typo in scale threshold function
2013-11-24 17:15:01 +01:00
Paul Loyd
70a2f13438
Fix assert module
2013-11-24 18:00:30 +04:00
Paul Loyd
f2a4348c20
Correct domain module
2013-11-24 17:38:56 +04:00
Paul Loyd
c3541fe0b9
Correct assert module
2013-11-24 17:38:56 +04:00
Basarat Ali Syed
8b853198c7
Merge pull request #1321 from AgentME/fixes
...
Definition Fixes for node and express
2013-11-24 02:06:00 -08:00
Basarat Ali Syed
3e5fa41053
Merge pull request #1323 from benjaminjackman/patch-3
...
Update slickgrid to remove implicit anys
2013-11-24 02:02:58 -08:00
Chris Cowan
89548662d0
express.d.ts: tabs -> spaces
2013-11-23 18:07:17 -06:00
Basarat Ali Syed
c2caad7bf1
Merge pull request #1320 from ufon/master
...
Added void return types for some methods of gapi and spin.js. It alows compile with --noImplicitAny
2013-11-23 15:48:53 -08:00
benjaminjackman
db1a670dde
Update slickgrid to remove implicit anys
2013-11-23 17:47:48 -06:00
Chris Cowan
09ad8f8283
Fixes for express definitions.
...
app.listen is fixed so that it can be called with a port, hostname, and
optional callback without a backlog parameter.
app.listen is fixed so callback parameter is always optional.
CSRF protection middleware definition is fixed so options parameter is
optional.
req.csrfToken method is added since the CSRF protection middleware has
been updated.
2013-11-23 16:40:32 -06:00
Chris Cowan
5b9620556e
Fixes for node definitions.
...
setTimeout, setInterval, setImmediate are fixed to accept more
arguments.
setTimeout, setInterval, clearTimeout, clearInterval are changed to
return and accept objects of the new Timer interface, which exposes the
ref() and unref() methods.
fs.readFileSync is changed so that it returns a string if it is passed
an options parameter with an "encoding" property, and returns a
NodeBuffer otherwise.
fs.watchFile and fs.unwatchFile listener parameters are fixed. listener
is a callback with two parameters, not an object with two properties.
fs.watch is fixed so a listener parameter can be given without an
options parameter.
crypto.randomBytes is fixed so that it can be called synchronously,
returning a NodeBuffer.
crypto.pseudoRandomBytes is added.
2013-11-23 16:31:40 -06:00
Václav Oborník
1de38a7ac8
spin.js - added missed types for --noImplicitAny typescript compilation
2013-11-23 21:52:50 +01:00
Václav Oborník
21f83910f5
Added void return types for some methods. It alows compile with --noImplicitAny flag.
2013-11-23 18:32:36 +01:00
Basarat Ali Syed
dddf80ff37
docs: minor casing fix
2013-11-23 20:49:16 +11:00