1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.358. Update FileSaver.js. Fix Automatic Theater Mode.

This commit is contained in:
SirStendec 2016-10-28 20:57:43 -04:00
parent 0784813047
commit d472993aa3
5 changed files with 43 additions and 129 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 357,
major: 3, minor: 5, revision: 358,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}