From e8bc30316d3d09603556556ecf42a8bd1bd03f89 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 13 Jul 2013 18:59:32 -0400 Subject: [PATCH] rebuild app.js with latest coffestscript --- javascripts/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/javascripts/app.js b/javascripts/app.js index 0e440f1..5b6be4c 100644 --- a/javascripts/app.js +++ b/javascripts/app.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.6.2 +// Generated by CoffeeScript 1.6.3 (function() { var Choosealicense; @@ -23,7 +23,6 @@ Choosealicense.prototype.initTooltips = function() { var category, label, rules, text, _ref; - for (category in annotations) { rules = annotations[category]; for (label in rules) { @@ -52,7 +51,6 @@ Choosealicense.prototype.initClipboard = function() { var clip; - $(".js-clipboard-button").data("clipboard-prompt", $(".js-clipboard-button").text()); clip = new ZeroClipboard($(".js-clipboard-button"), { moviePath: "/javascripts/ZeroClipboard.swf"