mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Modified comments and changed element type for "ClipboardAction" class;
This commit is contained in:
2
dist/clipboard.js
vendored
2
dist/clipboard.js
vendored
@@ -265,7 +265,7 @@ var ClipboardAction = (function () {
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates a fake input element, sets its value from `text` property,
|
||||
* Creates a fake textarea element, sets its value from `text` property,
|
||||
* and makes a selection on it.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user