Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Nov 13, 2018
1 parent 5381600 commit d17eca0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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": "2.0.3",
"version": "2.0.4",
"description": "Modern copy to clipboard. No Flash. Just 3kb",
"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 v2.0.3
* clipboard.js v2.0.4
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
Expand All @@ -13,7 +13,7 @@
exports["ClipboardJS"] = factory();
else
root["ClipboardJS"] = factory();
})(window, function() {
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
4 changes: 2 additions & 2 deletions dist/clipboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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 3kb.",
version: "2.0.3",
version: "2.0.4",
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": "2.0.3",
"version": "2.0.4",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"repository": "zenorocha/clipboard.js",
"license": "MIT",
Expand Down

1 comment on commit d17eca0

@owencheung
Copy link

@owencheung owencheung commented on d17eca0 Nov 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks zenorocha providing the wonderful tools! I am a new for javascript, Would you mind to let me know the following expression mean in clipboard.js? Appreciate for your any response ([email protected]).

1:[ function(t, e, n) {...}, 2:[ function(t, e, n) {...}, 3:[ function(t, e, n) {...}, ...

I have googled for days but no found to understand it.

Please sign in to comment.