Skip to content

Commit

Permalink
Release v1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Jun 9, 2016
1 parent 869c4e3 commit eb7418b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clipboard",
"version": "1.5.11",
"version": "1.5.12",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"license": "MIT",
"main": "dist/clipboard.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/clipboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* clipboard.js v1.5.11
* clipboard.js v1.5.12
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
Expand Down Expand Up @@ -493,7 +493,7 @@ module.exports = E;
};

ClipboardAction.prototype.copyText = function copyText() {
var succeeded = void 0;
var succeeded = undefined;

try {
succeeded = document.execCommand(this.action);
Expand Down
6 changes: 6 additions & 0 deletions dist/clipboard.min.js

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

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: "zenorocha:clipboard",
summary: "Modern copy to clipboard. No Flash. Just 2kb.",
version: "1.5.11",
version: "1.5.12",
git: "https://github.com/zenorocha/clipboard.js"
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clipboard",
"version": "1.5.11",
"version": "1.5.12",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"repository": "zenorocha/clipboard.js",
"license": "MIT",
Expand Down

0 comments on commit eb7418b

Please sign in to comment.