aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utils.coffee
diff options
context:
space:
mode:
authorPhil Crosby2013-05-07 09:39:58 -0700
committerPhil Crosby2013-05-07 09:39:58 -0700
commitc4d4811fbab14ce14c908ec0806bc92ca4aa7a4c (patch)
treefa5a0d811736f47b08db263b5a57b8c4c1ca3eaf /lib/utils.coffee
parent31f50f199106419de04c48190f82063d3d8c329f (diff)
downloadvimium-c4d4811fbab14ce14c908ec0806bc92ca4aa7a4c.tar.bz2
Whitespace
Diffstat (limited to 'lib/utils.coffee')
-rw-r--r--lib/utils.coffee2
1 files changed, 1 insertions, 1 deletions
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 = ->