mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +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() {
|
(function() {
|
||||||
var Choosealicense;
|
var Choosealicense;
|
||||||
|
|
||||||
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
Choosealicense.prototype.initTooltips = function() {
|
Choosealicense.prototype.initTooltips = function() {
|
||||||
var category, label, rules, text, _ref;
|
var category, label, rules, text, _ref;
|
||||||
|
|
||||||
for (category in annotations) {
|
for (category in annotations) {
|
||||||
rules = annotations[category];
|
rules = annotations[category];
|
||||||
for (label in rules) {
|
for (label in rules) {
|
||||||
@ -52,7 +51,6 @@
|
|||||||
|
|
||||||
Choosealicense.prototype.initClipboard = function() {
|
Choosealicense.prototype.initClipboard = function() {
|
||||||
var clip;
|
var clip;
|
||||||
|
|
||||||
$(".js-clipboard-button").data("clipboard-prompt", $(".js-clipboard-button").text());
|
$(".js-clipboard-button").data("clipboard-prompt", $(".js-clipboard-button").text());
|
||||||
clip = new ZeroClipboard($(".js-clipboard-button"), {
|
clip = new ZeroClipboard($(".js-clipboard-button"), {
|
||||||
moviePath: "/javascripts/ZeroClipboard.swf"
|
moviePath: "/javascripts/ZeroClipboard.swf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user