diff --git a/public/javascripts/jquery.coderwall.js b/public/javascripts/jquery.coderwall.js index 2e860eed..8f53261a 100644 --- a/public/javascripts/jquery.coderwall.js +++ b/public/javascripts/jquery.coderwall.js @@ -3,7 +3,6 @@ CODERWALL_USER_URL = "http://coderwall.com/:username"; var DEFAULTS = { - username: null, width: 65, opacity: 0.8, orientation: "vertical" @@ -12,9 +11,9 @@ var LOGO_HTML = "" + "
";