1
0
mirror of https://github.com/beestat/app.git synced 2026-05-21 06:36:29 -04:00

Significantly improved data downloading.

This commit is contained in:
Jon Ziebell
2020-01-28 18:39:07 -05:00
parent 8054a10329
commit 5cb676970c
4 changed files with 268 additions and 141 deletions
+4
View File
@@ -100,6 +100,10 @@ beestat.component.button.prototype.decorate_ = function(parent) {
this.button_.addEventListener('click', function() {
self.dispatchEvent('click');
});
this.button_.addEventListener('mousedown', function() {
self.dispatchEvent('mousedown');
});
};
/**