lint compliance

This commit is contained in:
ansuz 2017-06-19 14:05:40 +02:00
parent f29f430e7c
commit 06ca70d11e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ define([
updateFontSize();
};
Slide.update = function (content, init) {
Slide.update = function (content) {
updateFontSize();
//if (!init) { return; }
if (!content) { content = ''; }