summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-05-16 17:05:05 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-05-16 17:05:05 (EDT)
commitebddfcee90d3b6cb115fe6065e099a8fa72740fc (patch)
treebaee1e4082187c3759b388e24af134f484e8a415
parent9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd (diff)
downloaddecmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.zip
decmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.tar.gz
decmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.tar.bz2
lib/decmath.js: Use double quotes around "use strict"
-rw-r--r--lib/decmath.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decmath.js b/lib/decmath.js
index 98c33e5..90c4edc 100644
--- a/lib/decmath.js
+++ b/lib/decmath.js
@@ -29,7 +29,7 @@
* for the JavaScript code in this file.
*/
-'use strict';
+"use strict";
function dadd(a, b)
{