Skip to content

Commit

Permalink
FLUID-5284: Linted TextfieldSlider component
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Mar 26, 2014
1 parent 4830199 commit bae2327
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/textfieldSlider/js/TextfieldSlider.js
Expand Up @@ -9,16 +9,10 @@ You may obtain a copy of the ECL 2.0 License and BSD License at
https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
*/

// Declare dependencies
/*global fluid_1_5:true, fluid, jQuery, $*/

// JSLint options
/*jslint white: true, funcinvoke: true, undef: true, newcap: true, nomen: true, regexp: true, bitwise: true, browser: true, forin: true, maxerr: 100, indent: 4 */


var fluid_1_5 = fluid_1_5 || {};

(function ($, fluid) {
"use strict";

/********************
* Textfield Slider *
Expand Down

0 comments on commit bae2327

Please sign in to comment.