Get rid of redundant variable

This commit is contained in:
Alex Yursha 2015-01-04 17:47:46 +03:00 committed by Pavan Kumar Sunkara
parent ced7bfd007
commit ddf2f8769e

View File

@ -9,4 +9,4 @@ module['exports'] = colors;
// colors.red("foo")
//
//
var extendStringPrototype = require('./extendStringPrototype')();
require('./extendStringPrototype')();