From 4de7b4b0f83993ade17b87d1f72af98ce85563de Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 12 Feb 2014 05:10:31 -0500 Subject: [PATCH] chore(util) bind: add comment --- lib/util.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/util.js b/lib/util.js index c206ac62..d37b1624 100644 --- a/lib/util.js +++ b/lib/util.js @@ -55,6 +55,10 @@ } }, + /* + * bind function to arguments without context + */ + this.bind = function(callback) { var result, args = Util.slice(arguments, 1),