Replace instances of ES6 const keyword with var
This commit was merged in pull request #107.
This commit is contained in:
committed by
BehindTheMath
parent
b98e3ef914
commit
cd09cc88d1
@@ -61,7 +61,7 @@ var formAction = function(el, event) {
|
||||
|
||||
el.setAttribute(attrClick, "submit");
|
||||
|
||||
const options = clone(this.options);
|
||||
var options = clone(this.options);
|
||||
options.triggerElement = el;
|
||||
this.loadUrl(virtLinkElement.href, options);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user