1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 01:56:24 +02:00

some more eslint fixes 😄

This commit is contained in:
Kushagra Gour
2016-11-15 11:12:35 +05:30
parent 75a57bca03
commit 907903e0ef
2 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@
var noticationContainerEL = $('#js-alerts-container');
function addNotification(msg) {
//var n = document.createElement('div');
// var n = document.createElement('div');
// div.textContent = msg;
// noticationContainerEL.appendChild(n);
noticationContainerEL.textContent = msg;