From 06ca70d11ee09e3a6c4898c2dc00d44ae3b0f207 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 19 Jun 2017 14:05:40 +0200 Subject: [PATCH] lint compliance --- www/slide/slide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/slide/slide.js b/www/slide/slide.js index fd5277853..f0e47a272 100644 --- a/www/slide/slide.js +++ b/www/slide/slide.js @@ -144,7 +144,7 @@ define([ updateFontSize(); }; - Slide.update = function (content, init) { + Slide.update = function (content) { updateFontSize(); //if (!init) { return; } if (!content) { content = ''; }