diff options
Diffstat (limited to 'js/alert.js')
| -rw-r--r-- | js/alert.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/alert.js b/js/alert.js index ae63210e4..357981f4f 100644 --- a/js/alert.js +++ b/js/alert.js @@ -2,12 +2,13 @@ * Bootstrap: alert.js v3.0.3 * http://getbootstrap.com/javascript/#alerts * ======================================================================== - * 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'; // ALERT CLASS DEFINITION // ====================== |
