Release v1.5.12

This commit is contained in:
Zeno Rocha 2016-06-09 07:57:20 -07:00
parent 869c4e3219
commit eb7418b51b
No known key found for this signature in database
GPG Key ID: 7BEB4BBA4108C63F
5 changed files with 11 additions and 5 deletions

View File

@ -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",

4
dist/clipboard.js vendored
View File

@ -1,5 +1,5 @@
/*!
* clipboard.js v1.5.11
* clipboard.js v1.5.12
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
@ -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);

File diff suppressed because one or more lines are too long

View File

@ -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"
});

View File

@ -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",