style(lint): fix lint errors with sass and ts

This commit is contained in:
Brandy Carney
2017-05-19 17:16:21 -04:00
parent 8a4a93ee03
commit 3e2eefc9c9
2 changed files with 2 additions and 2 deletions

View File

@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
}
// Container
if(s.container){
if (s.container) {
removeClass(s.container, s._classNames);
s.container.removeAttribute('style');
}