summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp/util.js')
-rw-r--r--chrome/browser/resources/ntp/util.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/resources/ntp/util.js b/chrome/browser/resources/ntp/util.js
index b759356..ebd1e4d 100644
--- a/chrome/browser/resources/ntp/util.js
+++ b/chrome/browser/resources/ntp/util.js
@@ -11,15 +11,6 @@ function $(id) {
return document.getElementById(id);
}
-function bind(fn, selfObj, var_args) {
- var boundArgs = Array.prototype.slice.call(arguments, 2);
- return function() {
- var args = Array.prototype.slice.call(arguments);
- args.unshift.apply(args, boundArgs);
- return fn.apply(selfObj, args);
- }
-}
-
function url(s) {
// http://www.w3.org/TR/css3-values/#uris
// Parentheses, commas, whitespace characters, single quotes (') and double