clarify safari browser support

This commit is contained in:
Mike Greiling 2017-11-28 15:37:10 -06:00
parent 2e5ce7e60f
commit 57fb038a82
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ function genericSuccess(e) {
$(e.trigger).blur();
}
// Safari doesn't support `execCommand`, so instead we inform the user to
// copy manually.
//
// See http://clipboardjs.com/#browser-support
/**
* Safari > 10 doesn't support `execCommand`, so instead we inform the user to copy manually.
* See http://clipboardjs.com/#browser-support
*/
function genericError(e) {
let key;
if (/Mac/i.test(navigator.userAgent)) {