Skip to content

Commit

Permalink
FLUID-5284: Linted UIO component
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Mar 26, 2014
1 parent 62647b2 commit 07eaa46
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/uiOptions/js/UIOptions.js
Expand Up @@ -9,14 +9,9 @@ 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 demo:true, fluid, jQuery, window*/

// 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";

// Gradename to invoke "fluid.uiOptions.prefsEditor"
fluid.prefs.builder({
Expand Down

0 comments on commit 07eaa46

Please sign in to comment.