Revert "Revert "Fix some == with ===""

This reverts commit d9a4ee4f65.
This commit is contained in:
rejas 2019-06-05 08:48:22 +02:00
parent d9a4ee4f65
commit ea1715384e
5 changed files with 5 additions and 5 deletions

View file

@ -328,7 +328,7 @@ var MM = (function() {
var showWrapper = false;
Array.prototype.forEach.call(moduleWrappers, function(moduleWrapper) {
if (moduleWrapper.style.position == "" || moduleWrapper.style.position == "static") {
if (moduleWrapper.style.position === "" || moduleWrapper.style.position === "static") {
showWrapper = true;
}
});