From ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 21 May 2013 19:30:33 -0700 Subject: upgrade jshint to 2.1.2 for anton <3 --- js/.jshintrc | 2 +- js/affix.js | 8 ++++---- js/alert.js | 8 ++++---- js/button.js | 8 ++++---- js/carousel.js | 8 ++++---- js/collapse.js | 8 ++++---- js/dropdown.js | 8 ++++---- js/modal.js | 8 ++++---- js/popover.js | 8 ++++---- js/scrollspy.js | 8 ++++---- js/tab.js | 8 ++++---- js/tooltip.js | 10 +++++----- js/transition.js | 8 ++++---- 13 files changed, 50 insertions(+), 50 deletions(-) (limited to 'js') diff --git a/js/.jshintrc b/js/.jshintrc index 849f6ebf0..70e6c5792 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -9,4 +9,4 @@ "boss" : true, "expr" : true, "asi" : true -} +} \ No newline at end of file diff --git a/js/affix.js b/js/affix.js index c85726a0c..2400ba217 100644 --- a/js/affix.js +++ b/js/affix.js @@ -1,7 +1,7 @@ -/* ========================================================== +/* ======================================================================== * Bootstrap: affix.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#affix - * ========================================================== + * ======================================================================== * Copyright 2012 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"; // AFFIX CLASS DEFINITION // ====================== 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 // ====================== diff --git a/js/button.js b/js/button.js index 1dbef5ccd..c29647840 100644 --- a/js/button.js +++ b/js/button.js @@ -1,7 +1,7 @@ -/* ============================================================ +/* ======================================================================== * Bootstrap: button.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#buttons - * ============================================================ + * ======================================================================== * 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"; // BUTTON PUBLIC CLASS DEFINITION // ============================== diff --git a/js/carousel.js b/js/carousel.js index e0d74f81f..f1d035e9a 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -1,7 +1,7 @@ -/* ========================================================== +/* ======================================================================== * Bootstrap: carousel.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#carousel - * ========================================================== + * ======================================================================== * Copyright 2012 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"; // CAROUSEL CLASS DEFINITION // ========================= diff --git a/js/collapse.js b/js/collapse.js index 4a94b1505..e37f25592 100644 --- a/js/collapse.js +++ b/js/collapse.js @@ -1,7 +1,7 @@ -/* ============================================================= +/* ======================================================================== * Bootstrap: collapse.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#collapse - * ============================================================= + * ======================================================================== * Copyright 2012 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"; // COLLAPSE PUBLIC CLASS DEFINITION // ================================ diff --git a/js/dropdown.js b/js/dropdown.js index d9acdd2e8..39c4ad258 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -1,7 +1,7 @@ -/* ============================================================ +/* ======================================================================== * Bootstrap: dropdown.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#dropdowns - * ============================================================ + * ======================================================================== * Copyright 2012 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"; // DROPDOWN CLASS DEFINITION // ========================= diff --git a/js/modal.js b/js/modal.js index 605aed10d..9d6bf7339 100644 --- a/js/modal.js +++ b/js/modal.js @@ -1,7 +1,7 @@ -/* ========================================================= +/* ======================================================================== * Bootstrap: modal.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#modals - * ========================================================= + * ======================================================================== * Copyright 2012 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"; // MODAL CLASS DEFINITION // ====================== diff --git a/js/popover.js b/js/popover.js index 2fca934f8..33edadf7f 100644 --- a/js/popover.js +++ b/js/popover.js @@ -1,7 +1,7 @@ -/* =========================================================== +/* ======================================================================== * Bootstrap: popover.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#popovers - * =========================================================== + * ======================================================================== * Copyright 2012 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"; // POPOVER PUBLIC CLASS DEFINITION // =============================== diff --git a/js/scrollspy.js b/js/scrollspy.js index c0ce3c2b7..41c17822c 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -1,7 +1,7 @@ -/* ============================================================= +/* ======================================================================== * Bootstrap: scrollspy.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#scrollspy - * ============================================================= + * ======================================================================== * Copyright 2012 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"; // SCROLLSPY CLASS DEFINITION // ========================== diff --git a/js/tab.js b/js/tab.js index 68fdb0930..89dbb8b70 100644 --- a/js/tab.js +++ b/js/tab.js @@ -1,7 +1,7 @@ -/* ======================================================== +/* ======================================================================== * Bootstrap: tab.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#tabs - * ======================================================== + * ======================================================================== * Copyright 2012 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"; // TAB CLASS DEFINITION // ==================== diff --git a/js/tooltip.js b/js/tooltip.js index be9ac251d..45f068010 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -1,8 +1,8 @@ -/* =========================================================== +/* ======================================================================== * Bootstrap: tooltip.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#tooltips + * http://twitter.github.com/bootstrap/javascript.html#affix * Inspired by the original jQuery.tipsy by Jason Frame - * =========================================================== + * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,10 +16,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"; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== diff --git a/js/transition.js b/js/transition.js index 11f20e9b2..2ad53234a 100644 --- a/js/transition.js +++ b/js/transition.js @@ -1,7 +1,7 @@ -/* =================================================== +/* ======================================================================== * Bootstrap: transition.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#transitions - * =================================================== + * ======================================================================== * 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"; // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // ============================================================ -- cgit v1.2.3