[#78,tidying][xs]: add /*jshint multistr:true */ to all files where we use multiline strings to avoid unnecessary jshint warnings.

This commit is contained in:
Rufus Pollock 2012-04-08 09:33:20 +01:00
parent 823ee98540
commit 9a3c0523c6
6 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/*jshint multistr:true */
var util = function() {
var templates = {
transformActions: '<li><a data-action="transform" class="menuAction" href="JavaScript:void(0);">Global transform...</a></li>'

View File

@ -1,3 +1,5 @@
/*jshint multistr:true */
this.recline = this.recline || {};
this.recline.View = this.recline.View || {};

View File

@ -1,3 +1,5 @@
/*jshint multistr:true */
this.recline = this.recline || {};
this.recline.View = this.recline.View || {};

View File

@ -1,3 +1,5 @@
/*jshint multistr:true */
this.recline = this.recline || {};
this.recline.View = this.recline.View || {};

View File

@ -1,3 +1,5 @@
/*jshint multistr:true */
this.recline = this.recline || {};
this.recline.View = this.recline.View || {};

View File

@ -1,3 +1,4 @@
/*jshint multistr:true */
this.recline = this.recline || {};
this.recline.View = this.recline.View || {};