Fix TypeError

This commit is contained in:
yflory 2023-09-20 15:24:13 +02:00
parent 9f6583fbb1
commit b39b6dafee

View File

@ -188,6 +188,7 @@ define([
cb();
};
var setTitle = function (title) {
if (!sframeChan) { return; }
sframeChan.event('EV_IFRAME_TITLE', title);
};
return {