From c4d4811fbab14ce14c908ec0806bc92ca4aa7a4c Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Tue, 7 May 2013 09:39:58 -0700 Subject: Whitespace --- lib/utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.coffee b/lib/utils.coffee index 9e15dcc0..04f5d909 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -136,7 +136,7 @@ Utils = # locale-sensitive uppercase detection hasUpperCase: (s) -> s.toLowerCase() != s - + # This creates a new function out of an existing function, where the new function takes fewer arguments. This # allows us to pass around functions instead of functions + a partial list of arguments. Function::curry = -> -- cgit v1.2.3