implemented moduleName, made window statements failsafe

This commit is contained in:
Kevin Jahns
2016-11-14 13:01:41 +01:00
parent 66b6b2a568
commit 1080f83990
3 changed files with 7 additions and 9 deletions

View File

@@ -233,8 +233,4 @@ class YConfig {
return this.db.whenTransactionsFinished()
})
}
}
if (typeof window !== 'undefined') {
window.Y = Y
}
}