mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
rebuild app.js with latest coffestscript
This commit is contained in:
parent
f74a52ddb7
commit
e8bc30316d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user