Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Ran make to generate new files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Dec 15, 2012
1 parent 760bfcd commit 0f18fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions ZeroClipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@
this.htmlBridge.setAttribute("data-clipboard-ready", true);
break;
case "mouseover":
ZeroClipboard.currentElement.addClass("zeroclipboard-is-hovered");
ZeroClipboard.currentElement.addClass("zeroclipboard-is-hover");
break;
case "mouseout":
ZeroClipboard.currentElement.removeClass("zeroclipboard-is-hovered");
ZeroClipboard.currentElement.removeClass("zeroclipboard-is-hover");
this.resetBridge();
break;
case "mousedown":
Expand All @@ -179,8 +179,6 @@
var func = this.handlers[eventName][idx];
if (typeof func == "function") {
func(this, args);
} else if (typeof func == "object" && func.length == 2) {
func[0][func[1]](this, args);
} else if (typeof func == "string") {
window[func](this, args);
}
Expand Down
2 changes: 1 addition & 1 deletion ZeroClipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ZeroClipboard.swf
Binary file not shown.

0 comments on commit 0f18fbd

Please sign in to comment.