This commit is contained in:
Zeno Rocha
2018-11-12 20:42:07 -08:00
parent 5381600a26
commit d17eca050e
6 changed files with 8 additions and 8 deletions

4
dist/clipboard.js vendored
View File

@ -1,5 +1,5 @@
/*!
* clipboard.js v2.0.3
* clipboard.js v2.0.4
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
@ -13,7 +13,7 @@
exports["ClipboardJS"] = factory();
else
root["ClipboardJS"] = factory();
})(window, function() {
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

File diff suppressed because one or more lines are too long