浏览代码

Add missing semicolons

cmeessen 4 年之前
父节点
当前提交
5d8d673117
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      js/controllers/slidecontent.js

+ 2 - 2
js/controllers/slidecontent.js

@@ -102,12 +102,12 @@ export default class SlideContent {
 
 				// Images
 				if( backgroundImage ) {
-					let backgroundString = ''
+					let backgroundString = '';
 					backgroundImage.split(',').forEach(background => {
 						backgroundString = backgroundString.concat(
 							'url(' + encodeURI(background.trim()) + '),'
 						);
-					})
+					});
 					backgroundContent.style.backgroundImage = backgroundString.substr(0, backgroundString.length - 1);
 				}
 				// Videos