summaryrefslogtreecommitdiff
path: root/www/js/rivendell.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-12-03 12:04:52 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-12-03 12:04:52 (GMT)
commit4faf154105dd0678a59edfd947a3d1c589335503 (patch)
treee3c5e47b02f5cb0517ff2215477be2e26c8fa5b2 /www/js/rivendell.js
parentc9f18f08dd651cccb4c4cb10d9119e0189f65ce4 (diff)
use single quotes on "use strict"
Diffstat (limited to 'www/js/rivendell.js')
-rw-r--r--www/js/rivendell.js2
1 files changed, 1 insertions, 1 deletions
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 || {};