Skip to content

Commit

Permalink
FLUID-4126: increasing the maxerr option
Browse files Browse the repository at this point in the history
Increased the maximum number of errors to display, from 50 to 100.
  • Loading branch information
jobara committed Mar 2, 2011
1 parent 4c5a568 commit 9d73ac4
Show file tree
Hide file tree
Showing 108 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion build-scripts/build.js
Expand Up @@ -19,7 +19,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global java, File, BufferedReader, FileReader, LogLevel */

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

/*
* This is the Fluid Infusion dependency manager.
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/inlineEdit/js/InlineEdit.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, document, setTimeout*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
Expand Up @@ -16,7 +16,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global tinyMCE, FCKeditor, FCKeditorAPI, CKEDITOR*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/pager/js/Pager.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/progress/js/Progress.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/reorderer/js/GeometricManager.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, window*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/reorderer/js/ImageReorderer.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/reorderer/js/LayoutReorderer.js
Expand Up @@ -13,7 +13,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/reorderer/js/ModuleLayout.js
Expand Up @@ -16,7 +16,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/reorderer/js/Reorderer.js
Expand Up @@ -16,7 +16,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, document*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global fluid_1_4*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
Expand Up @@ -13,7 +13,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/tooltip/js/Tooltip.js
Expand Up @@ -12,7 +12,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uiOptions/js/UIEnhancer.js
Expand Up @@ -13,7 +13,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uiOptions/js/UIOptions.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/undo/js/Undo.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/DemoUploadManager.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/FileQueue.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global SWFUpload, jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/FileQueueView.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/Flash9UploaderSupport.js
Expand Up @@ -13,7 +13,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/FlashUploaderSupport.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, SWFUpload, swfobject */

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/HTML5UploaderSupport.js
Expand Up @@ -12,7 +12,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, FormData*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/components/uploader/js/Uploader.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true, window, swfobject*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
Expand Up @@ -12,7 +12,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/fss/mobile/js/themer.js
Expand Up @@ -12,7 +12,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global fluid, jQuery, window*/

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

var fluid = fluid || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/inlineEdit/rich/js/inlineEdit.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid, demo*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/inlineEdit/simple/js/inlineEdit.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};
(function ($, fluid) {
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/keyboard-a11y/js/five-star.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global fluid*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/keyboard-a11y/js/keyboard.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/pager/js/pager.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery,fluid*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/portal/js/demoAssets.js
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var fluid = fluid || {};
var demo = demo || {};
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/progress/js/progress.js
Expand Up @@ -13,7 +13,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery,fluid*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/renderer/js/renderer.js
Expand Up @@ -11,7 +11,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid*/

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

var demo = demo || {};
(function ($) {
Expand Down
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};

Expand Down
Expand Up @@ -17,7 +17,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};
(function ($, fluid) {
Expand Down
Expand Up @@ -15,7 +15,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};
(function ($, fluid) {
Expand Down
Expand Up @@ -17,7 +17,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};
(function ($, fluid) {
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/uiOptions/js/uiOptions.js
Expand Up @@ -16,7 +16,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};
(function ($, fluid) {
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/demos/uploader/js/uploader.js
Expand Up @@ -17,7 +17,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global demo*/

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

var demo = demo || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/framework/core/js/DataBinding.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, fluid_1_4:true*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/framework/core/js/Fluid.js
Expand Up @@ -26,7 +26,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, YAHOO, opera, window, console*/

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

var fluid_1_4 = fluid_1_4 || {};
var fluid = fluid || fluid_1_4;
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/framework/core/js/FluidDOMUtilities.js
Expand Up @@ -14,7 +14,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery */

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/framework/core/js/FluidDebugging.js
Expand Up @@ -17,7 +17,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery, YAHOO, opera*/

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

var fluid_1_4 = fluid_1_4 || {};
var fluid = fluid || fluid_1_4;
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/framework/core/js/FluidDocument.js
Expand Up @@ -18,7 +18,7 @@ https://source.fluidproject.org/svn/LICENSE.txt
/*global jQuery*/

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

var fluid_1_4 = fluid_1_4 || {};

Expand Down

0 comments on commit 9d73ac4

Please sign in to comment.