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
|
// Android is dodgy, touchend often will not fire
|
||||||
// https://code.google.com/p/android/issues/detail?id=19827
|
// https://code.google.com/p/android/issues/detail?id=19827
|
||||||
if (!this.isAndroid) {
|
if (!isAndroid) {
|
||||||
$(document).on('touchstart.quote-button', () => {
|
$(document).on('touchstart.quote-button', () => {
|
||||||
this._isTouchInProgress = true;
|
this._isTouchInProgress = true;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue