diff options
author | P. 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) |
commit | ebddfcee90d3b6cb115fe6065e099a8fa72740fc (patch) | |
tree | baee1e4082187c3759b388e24af134f484e8a415 /lib | |
parent | 9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd (diff) | |
download | decmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.zip decmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.tar.gz decmath.js-ebddfcee90d3b6cb115fe6065e099a8fa72740fc.tar.bz2 |
lib/decmath.js: Use double quotes around "use strict"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/decmath.js | 2 |
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) { |