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: '
'
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 || {};