From 8107211aeea46d36bc28b66c7f173b4d09c5e878 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Wed, 14 May 2014 11:39:53 +0300 Subject: [PATCH] two require fixed --- filesystem/index.ts | 2 +- http/http_request.android.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystem/index.ts b/filesystem/index.ts index 0af49ea2a..ad3556947 100644 --- a/filesystem/index.ts +++ b/filesystem/index.ts @@ -1,2 +1,2 @@ declare var module, require; -module.exports = require("fileSystem/file_system"); \ No newline at end of file +module.exports = require("filesystem/file_system"); \ No newline at end of file diff --git a/http/http_request.android.ts b/http/http_request.android.ts index 80ac1b7b6..0e895a2dc 100644 --- a/http/http_request.android.ts +++ b/http/http_request.android.ts @@ -11,7 +11,7 @@ export function request(options: http.HttpRequestOptions): promises.Promise