Commit Graph
15 Commits
Author SHA1 Message Date
Masahiro Wakame bcaefb2b37 Merge pull request #1378 from jzarnikov/master
raphael - made types of dom-elements more specific
2013-12-05 03:56:55 -08:00
Jan Zarnikov 47b04c5985 raphael - made types of dom-elements more specific 2013-12-05 12:14:18 +01: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
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
basarat 5031efe999 http://raphaeljs.com/reference.html#Raphael.getColor
fixed invalid typescript http://raphaeljs.com/reference.html#Raphael.getColor
2013-07-20 23:11:52 +10:00
Andrew Davey 1a2fced0c6 Re-add getColor.reset()
This is compatible with TypeScript 0.9.
2013-07-01 10:12:54 +01:00
Gleb Zevkov 7da1281dd0 Removed uncompilable function definition 2013-06-20 13:49:22 +02:00
Boris Yankov 209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Boris Yankov 9e621707ac Fix typo in Raphael definitions. RraphaelSet to RaphaelSet 2012-12-31 08:37:22 +02:00
Karlkim Suwanmongkol 040d43ad88 Fix [key: any] issue in raphael-2.1.d.ts
This is similar to old jquery definition issue mentioned in
http://stackoverflow.com/questions/13630578/why-does-the-jquery-d-ts-typescript-definition-file-throw-a-compile-error

We should update Raphael definition as well.
2012-12-22 01:06:45 -06:00
Boris Yankov 7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00