diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-12-03 12:04:52 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-12-03 12:04:52 (GMT) |
commit | 4faf154105dd0678a59edfd947a3d1c589335503 (patch) | |
tree | e3c5e47b02f5cb0517ff2215477be2e26c8fa5b2 | |
parent | c9f18f08dd651cccb4c4cb10d9119e0189f65ce4 (diff) |
use single quotes on "use strict"
-rw-r--r-- | www/js/jingles.js | 2 | ||||
-rw-r--r-- | www/js/rivendell.js | 2 | ||||
-rw-r--r-- | www/js/rivendell.rh.js | 2 |
3 files changed, 3 insertions, 3 deletions
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; |