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