[extensions-web] Fix typo



commit 0cc74d6e9e3b846b675eab188357eb077e140163
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 9 08:37:48 2011 -0500

    Fix typo

 sweettooth/static/js/extensions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index fb1803d..0ce4c86 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -246,7 +246,7 @@ function($, messages, dbusProxy) {
         });
     };
 
-    $.fn.addExtensionsSwitch = function () {
+    $.fn.addExtensionSwitch = function () {
         var $extension = $(this);
         var uuid = $extension.data('uuid');
 



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