mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
FIX: Incorrect variable.
This commit is contained in:
parent
00c0410fc7
commit
8cc64cd05b
@ -68,7 +68,7 @@ export default Ember.Component.extend({
|
||||
|
||||
// Android is dodgy, touchend often will not fire
|
||||
// https://code.google.com/p/android/issues/detail?id=19827
|
||||
if (!this.isAndroid) {
|
||||
if (!isAndroid) {
|
||||
$(document).on('touchstart.quote-button', () => {
|
||||
this._isTouchInProgress = true;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user