[Pkg-javascript-commits] [node-cached-path-relative] 03/09: dont bind path.relative for no reason
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:23:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-cached-path-relative.
commit 48016b70df7a1c2957f432e226b25d53c5725fa2
Author: Andrew Shaffer <andrew at weo.io>
Date: Mon Feb 13 18:29:57 2017 -0800
dont bind path.relative for no reason
---
lib/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/index.js b/lib/index.js
index 6b12da6..724f4ff 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -8,7 +8,7 @@ var path = require('path')
* Vars
*/
-var relative = path.relative.bind(path)
+var relative = path.relative
var lastCwd = process.cwd()
var cache = {}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cached-path-relative.git
More information about the Pkg-javascript-commits
mailing list