Release v1.5.12

This commit is contained in:
Zeno Rocha
2016-06-09 07:57:20 -07:00
parent 869c4e3219
commit eb7418b51b
5 changed files with 11 additions and 5 deletions

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