From 9a3c0523c6e136f8f7e913018e3baca5984f880e Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 8 Apr 2012 09:33:20 +0100 Subject: [PATCH] [#78,tidying][xs]: add /*jshint multistr:true */ to all files where we use multiline strings to avoid unnecessary jshint warnings. --- src/util.js | 2 ++ src/view-flot-graph.js | 2 ++ src/view-grid.js | 2 ++ src/view-map.js | 2 ++ src/view-transform-dialog.js | 2 ++ src/view.js | 1 + 6 files changed, 11 insertions(+) diff --git a/src/util.js b/src/util.js index e207faa1..ab2acbef 100644 --- a/src/util.js +++ b/src/util.js @@ -1,3 +1,5 @@ +/*jshint multistr:true */ + var util = function() { var templates = { transformActions: '
  • Global transform...
  • ' diff --git a/src/view-flot-graph.js b/src/view-flot-graph.js index 3e308336..cb47f441 100644 --- a/src/view-flot-graph.js +++ b/src/view-flot-graph.js @@ -1,3 +1,5 @@ +/*jshint multistr:true */ + this.recline = this.recline || {}; this.recline.View = this.recline.View || {}; diff --git a/src/view-grid.js b/src/view-grid.js index 1f42546e..31a4ac20 100644 --- a/src/view-grid.js +++ b/src/view-grid.js @@ -1,3 +1,5 @@ +/*jshint multistr:true */ + this.recline = this.recline || {}; this.recline.View = this.recline.View || {}; diff --git a/src/view-map.js b/src/view-map.js index 81a09fc2..1d985a6e 100644 --- a/src/view-map.js +++ b/src/view-map.js @@ -1,3 +1,5 @@ +/*jshint multistr:true */ + this.recline = this.recline || {}; this.recline.View = this.recline.View || {}; diff --git a/src/view-transform-dialog.js b/src/view-transform-dialog.js index 7d80cd4f..191e6811 100644 --- a/src/view-transform-dialog.js +++ b/src/view-transform-dialog.js @@ -1,3 +1,5 @@ +/*jshint multistr:true */ + this.recline = this.recline || {}; this.recline.View = this.recline.View || {}; diff --git a/src/view.js b/src/view.js index 93dcbf6c..73d4588e 100644 --- a/src/view.js +++ b/src/view.js @@ -1,3 +1,4 @@ +/*jshint multistr:true */ this.recline = this.recline || {}; this.recline.View = this.recline.View || {};