From 9347a9787517eb804212a51ee16447d1cc0611e5 Mon Sep 17 00:00:00 2001 From: WizeFlux Date: Wed, 30 Nov 2011 16:35:21 +0800 Subject: [PATCH] ';' symbol at the end of file --- Source/Uploader.Request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Uploader.Request.js b/Source/Uploader.Request.js index d35fd1a..eaa600d 100755 --- a/Source/Uploader.Request.js +++ b/Source/Uploader.Request.js @@ -357,4 +357,4 @@ Uploader.Request.condition = function() { w.FormData = FormData; })(this); -}.call(this) \ No newline at end of file +}.call(this); \ No newline at end of file