Fixed jslint tests

This commit is contained in:
Butch Marshall 2016-07-21 18:48:30 +00:00
parent cb2761ae3d
commit 125bcc51e6
4 changed files with 1 additions and 1 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

Binary file not shown.

View File

@ -254,7 +254,7 @@ showdown.helper.replaceRecursiveRegExp = function (str, replacement, left, right
/** /**
* POLYFILLS * POLYFILLS
*/ */
if (typeof(console) == "undefined") { if (typeof(console) === "undefined") {
console = { console = {
warn: function (msg) { warn: function (msg) {
'use strict'; 'use strict';