Skip to content

Commit

Permalink
Correct "use strict" notation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschewe committed Mar 11, 2022
1 parent a8d304c commit a2ed934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/web/js/fll-functions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use-script";
"use strict";

/**
* Log the console if it's available.
Expand Down Expand Up @@ -122,4 +122,4 @@ function elementIsVisible(element) {
*/
function isNumeric(val) {
return Number(parseFloat(val)) === val;
}
}

0 comments on commit a2ed934

Please sign in to comment.