From 980f3b14bae2dbfb7ccf0f1f532686c840a21721 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 15 Nov 2015 10:59:04 -0800 Subject: [PATCH] jquery.dashboard.js - Disable linting Discussed a bit at https://github.com/civicrm/civicrm-core/pull/7207 --- js/jquery/jquery.dashboard.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/jquery/jquery.dashboard.js b/js/jquery/jquery.dashboard.js index ad6329b3e0..f2e5043bba 100644 --- a/js/jquery/jquery.dashboard.js +++ b/js/jquery/jquery.dashboard.js @@ -36,8 +36,11 @@ * Draggable * UI Core * + * NOTE: This file is viewed as "legacy" and shouldn't be used to + * develop new functionality. Its lint problems are grandfathered + * (although if someone wants to cleanup+test, please feel welcome). */ - +/* jshint ignore:start */ (function($) { // Create closure. // Constructor for dashboard object. $.fn.dashboard = function(options) { -- 2.25.1