Fix Munchkin lookup check

Fixes https://jira.coreos.com/browse/QUAY-841
This commit is contained in:
Joseph Schorr 2018-03-16 13:12:33 -04:00
parent 6212e552eb
commit 783ed4ef26

View file

@ -76,7 +76,7 @@
function initMunchkin() {
if(didInit === false) {
didInit = true;
if (!Munchkin || !Munchkin.init) {
if (!window['Munchkin'] || !Munchkin.init) {
return;
}