1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-07 06:53:32 +02:00

Fix MOW resize loop bug.

This commit is contained in:
Kris Maglione
2014-08-14 19:53:04 -07:00
parent 1ea32b603d
commit 5e422f7b73

View File

@@ -184,6 +184,7 @@ var MOW = Module("mow", {
windowEvents: { windowEvents: {
resize: function onResize(event) { resize: function onResize(event) {
if (event.target == window)
this._resize.tell(); this._resize.tell();
} }
}, },