diff options
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/button.js b/js/button.js index 80705eafd..2df193a9c 100644 --- a/js/button.js +++ b/js/button.js @@ -2,12 +2,13 @@ * 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) * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // BUTTON PUBLIC CLASS DEFINITION // ============================== |
