From ebddfcee90d3b6cb115fe6065e099a8fa72740fc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 16 May 2017 17:05:05 -0400 Subject: lib/decmath.js: Use double quotes around "use strict" --- 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) { -- cgit v0.9.1