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:
@@ -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');
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user