Fix this to that.

Change-Id: I978092973244ac80cdf68ed539f30c3272b6a615
This commit is contained in:
Michael Meeks 2019-06-29 10:42:38 +01:00
parent 326391325e
commit 5f27b235e3

View file

@ -477,7 +477,7 @@ L.Clipboard = L.Class.extend({
{ {
console.log('successful ' + operation); console.log('successful ' + operation);
if (operation === 'paste') if (operation === 'paste')
this._stopHideDownload(); that._stopHideDownload();
} }
else else
{ {