Update Platform file name and readme

This commit is contained in:
Boris Yankov
2012-12-31 04:42:08 +02:00
parent 84ad7cc1a3
commit 66455505f6
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ Complete
* [node_redis](https://github.com/mranney/node_redis) (by [Boris Yankov](https://github.com/borisyankov))
* [node-sqlserver](https://github.com/WindowsAzure/node-sqlserver) (by [Boris Yankov](https://github.com/borisyankov))
* [PhoneGap](http://phonegap.com) (by [Boris Yankov](https://github.com/borisyankov))
* [Platform](https://github.com/bestiejs/platform.js) (by [Jake Hickman](https://github.com/JakeH))
* [PreloadJS](http://www.createjs.com/#!/PreloadJS) (by [Pedro Ferreira](https://bitbucket.org/drk4))
* [QUnit](http://qunitjs.com/) (by [Diullei Gomes](https://github.com/Diullei))
* [Raphael](http://raphaeljs.com/) (by [CheCoxshall](https://github.com/CheCoxshall))
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="platform.d.ts" />
/// <reference path="platform-1.0.d.ts" />
declare interface ITestContainer {
[name: string]: PlatformStatic;