From b6bc56982f0148eb4c9098af6fc2fd2ce997390f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Alexander=20Guzm=C3=A1n=20Silva?= Date: Thu, 22 May 2014 13:52:01 -0700 Subject: [PATCH] Require underscore not necesary some people like me can use underscore for another things, so.. is better include out of this module. 'regards --- de.mwfire.validate.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/de.mwfire.validate.js b/de.mwfire.validate.js index ce86394..8911fbd 100644 --- a/de.mwfire.validate.js +++ b/de.mwfire.validate.js @@ -20,13 +20,7 @@ */ var errors = []; -/** - * Underscore goodness - * @property _ - * @type {Object} - * @private - */ -var _ = require('/lib/underscore')._; + /** * Error messages @@ -342,4 +336,4 @@ function showAlert() { } // Public API -exports.validate = validate; \ No newline at end of file +exports.validate = validate;