[extensions-web] js: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] js: Fix indentation
- Date: Sun, 29 Apr 2012 20:56:06 +0000 (UTC)
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]