Explorar o código

Add missing semicolons

cmeessen %!s(int64=4) %!d(string=hai) anos
pai
achega
5d8d673117
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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