From: isaacs Date: Sat, 8 Dec 2012 00:58:16 +0000 (-0800) Subject: lint X-Git-Tag: v0.9.4~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e95ea42ceec77370c97c87d7b027e70c9e10fa0;p=platform%2Fupstream%2Fnodejs.git lint introduced in 5b65638. --- diff --git a/lib/path.js b/lib/path.js index 139d04a..0b24de2 100644 --- a/lib/path.js +++ b/lib/path.js @@ -82,7 +82,7 @@ if (isWindows) { var normalizeUNCRoot = function(device) { return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\'); - } + }; // path.resolve([from ...], to) // windows version