aboutsummaryrefslogtreecommitdiff
path: root/js/alert.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/alert.js')
-rw-r--r--js/alert.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/alert.js b/js/alert.js
index 64eb30ae6..d9f64767c 100644
--- a/js/alert.js
+++ b/js/alert.js
@@ -1,7 +1,7 @@
-/* ==========================================================
+/* ========================================================================
* Bootstrap: alert.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#alerts
- * ==========================================================
+ * ========================================================================
* Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,10 +15,10 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- * ========================================================== */
+ * ======================================================================== */
-!function ($) { "use strict";
++function ($) { "use strict";
// ALERT CLASS DEFINITION
// ======================