upgrade jshint to 2.1.2 for anton <3
This commit is contained in:
parent
59010184cb
commit
ccfa989898
18 changed files with 2531 additions and 101 deletions
|
|
@ -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
|
||||
// ===============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue