From 66455505f6fa8decc5f55acc505b4a423ce82947 Mon Sep 17 00:00:00 2001 From: Boris Yankov Date: Mon, 31 Dec 2012 04:42:08 +0200 Subject: [PATCH] Update Platform file name and readme --- README.md | 1 + platform/{platform.d.ts => platform-1.0.d.ts} | 0 platform/platform-tests.ts | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename platform/{platform.d.ts => platform-1.0.d.ts} (100%) diff --git a/README.md b/README.md index 5a76880c4..e81aa31f9 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/platform/platform.d.ts b/platform/platform-1.0.d.ts similarity index 100% rename from platform/platform.d.ts rename to platform/platform-1.0.d.ts diff --git a/platform/platform-tests.ts b/platform/platform-tests.ts index 9b2f84e78..8d624075b 100644 --- a/platform/platform-tests.ts +++ b/platform/platform-tests.ts @@ -1,4 +1,4 @@ -/// +/// declare interface ITestContainer { [name: string]: PlatformStatic;