From 4faf154105dd0678a59edfd947a3d1c589335503 Mon Sep 17 00:00:00 2001
From: Peter Grassberger <petertheone@gmail.com>
Date: Thu, 3 Dec 2015 13:04:52 +0100
Subject: use single quotes on "use strict"


diff --git a/www/js/jingles.js b/www/js/jingles.js
index 4b71828..3af1e63 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -20,7 +20,7 @@
  *  along with rhwebimport. If not, see <http://www.gnu.org/licenses/>.
  */
 
-"use strict";
+'use strict';
 
 var rivendell = null;
 var jinglesGroupList = null;
diff --git a/www/js/rivendell.js b/www/js/rivendell.js
index 1c0ddf0..9c25e1c 100644
--- a/www/js/rivendell.js
+++ b/www/js/rivendell.js
@@ -20,7 +20,7 @@
  *  along with rhwebimport. If not, see <http://www.gnu.org/licenses/>.
  */
 
-"use strict";
+'use strict';
 
 var Rivendell = Rivendell || {};
 
diff --git a/www/js/rivendell.rh.js b/www/js/rivendell.rh.js
index f9487e4..8f030d2 100644
--- a/www/js/rivendell.rh.js
+++ b/www/js/rivendell.rh.js
@@ -20,7 +20,7 @@
  *  along with rhwebimport. If not, see <http://www.gnu.org/licenses/>.
  */
 
-"use strict";
+'use strict';
 
 Rivendell.Rivendell.prototype.setListDropboxesEndpoint = function(listDropboxesEndpoint) {
   this.listDropboxesEndpoint = listDropboxesEndpoint;
-- 
cgit v0.10.2