diff options
-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; |