[extensions-web] js: Fix indentation



commit e43ce07a1f92964cd3ef5d50759e9566a1dfcb41
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Apr 29 16:53:54 2012 -0400

    js: Fix indentation

 sweettooth/static/js/main.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/static/js/main.js b/sweettooth/static/js/main.js
index 7c6732f..5be41f1 100644
--- a/sweettooth/static/js/main.js
+++ b/sweettooth/static/js/main.js
@@ -1,9 +1,9 @@
 // -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 
 define(['jquery', 'messages', 'modal',
-         'extensions', 'uploader', 'fsui',
-         'jquery.cookie', 'jquery.jeditable',
-         'jquery.timeago', 'jquery.raty'],
+        'extensions', 'uploader', 'fsui',
+        'jquery.cookie', 'jquery.jeditable',
+        'jquery.timeago', 'jquery.raty'],
 function($, messages, modal) {
     "use strict";
 



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