1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 08:31:27 +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
+1
View File
@@ -184,6 +184,7 @@ var MOW = Module("mow", {
windowEvents: {
resize: function onResize(event) {
if (event.target == window)
this._resize.tell();
}
},