Style change.

This commit is contained in:
Michael Teeuw 2018-06-07 16:31:49 +02:00 committed by GitHub
parent 1e4b7599a7
commit add7b44d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,8 +245,8 @@ var MM = (function() {
if (typeof callback === "function") { callback(); }
}, speed);
}
else { // invoke callback even if no content, issue 1308
} else {
// invoke callback even if no content, issue 1308
if (typeof callback === "function") { callback(); }
}
};