Fix this to that.
Change-Id: I978092973244ac80cdf68ed539f30c3272b6a615
This commit is contained in:
parent
326391325e
commit
5f27b235e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue