aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utils.js
diff options
context:
space:
mode:
authorPhil Crosby2012-05-04 23:15:06 -0700
committerPhil Crosby2012-05-05 18:32:13 -0700
commit7a5bbe42a37e0869587196824c474a67726c530e (patch)
treee1bc4d96d08ced3d3985d0dc780e9429b3510911 /lib/utils.js
parent238d7c86f4518331cf7563d6baf622401e07a59c (diff)
downloadvimium-7a5bbe42a37e0869587196824c474a67726c530e.tar.bz2
Clean up FuzzyBookmarkCompletionSource class definition
Diffstat (limited to 'lib/utils.js')
-rw-r--r--lib/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils.js b/lib/utils.js
index d6b7bb93..a5887e89 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -165,7 +165,6 @@ Function.prototype.proxy = function(self) {
return function() { return fn.apply(self, arguments); };
};
-
/*
* Simple JavaScript Inheritance, by John Resig.
* This provides a short syntax for organizing code into classes.