Add missing semicolon

So jshint doesn't complain.
master
Daniel Phan 2014-08-16 09:39:17 -07:00
parent d7dd41d661
commit 0e589fe553
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ module.exports = function addStyle(cssCode) {
}
};
}
}
};