[extensions-web] js: Fix uploader



commit 644dfedcb62cc92322d85cd6f304fbf55f866bfd
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Apr 2 13:35:13 2012 -0400

    js: Fix uploader

 sweettooth/static/js/uploader.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/uploader.js b/sweettooth/static/js/uploader.js
index b99414f..4cf0335 100644
--- a/sweettooth/static/js/uploader.js
+++ b/sweettooth/static/js/uploader.js
@@ -61,7 +61,7 @@ define(['jquery'], function($) {
             }
 
             return false;
-        }
+        });
 
         $elem.on('click', function(e) {
             var bubbledFromInput = $input.index(e.target) >= 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]