From ddf2f8769eb91f05d3eebceb382c2417ef3a7a40 Mon Sep 17 00:00:00 2001 From: Alex Yursha Date: Sun, 4 Jan 2015 17:47:46 +0300 Subject: [PATCH] Get rid of redundant variable --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 96d2b84..fd0956d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -9,4 +9,4 @@ module['exports'] = colors; // colors.red("foo") // // -var extendStringPrototype = require('./extendStringPrototype')(); \ No newline at end of file +require('./extendStringPrototype')(); \ No newline at end of file