From 0f060e7bc435e1048b7fc564673049704cc41dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 1 Jan 2014 15:42:41 +0100 Subject: 'use strict' on new line --- js/button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/button.js') diff --git a/js/button.js b/js/button.js index 34a61f58a..824daa702 100644 --- a/js/button.js +++ b/js/button.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // BUTTON PUBLIC CLASS DEFINITION // ============================== -- cgit v1.2.3 From 7fcfe61f4da41356b2ae974ad20536db0d74e83f Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 7 Jan 2014 01:05:24 +0100 Subject: Update copyright notices in all places - Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files --- js/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/button.js') diff --git a/js/button.js b/js/button.js index 80705eafd..f05ef4e7f 100644 --- a/js/button.js +++ b/js/button.js @@ -2,7 +2,7 @@ * Bootstrap: button.js v3.0.3 * http://getbootstrap.com/javascript/#buttons * ======================================================================== - * Copyright 2014 Twitter, Inc. + * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ -- cgit v1.2.3