diff options
| author | Phil Crosby | 2013-05-07 09:39:58 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-05-07 09:39:58 -0700 |
| commit | c4d4811fbab14ce14c908ec0806bc92ca4aa7a4c (patch) | |
| tree | fa5a0d811736f47b08db263b5a57b8c4c1ca3eaf | |
| parent | 31f50f199106419de04c48190f82063d3d8c329f (diff) | |
| download | vimium-c4d4811fbab14ce14c908ec0806bc92ca4aa7a4c.tar.bz2 | |
Whitespace
| -rw-r--r-- | lib/utils.coffee | 2 |
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 = -> |
