From 596e2ca8493cc47e5a9f0696de074819b32a51c3 Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Thu, 27 Sep 2018 20:14:50 +0000 Subject: [PATCH] Travis build: 543 [cron] --- snippet_data/snippets.json | 90 +- test/indentString/indentString.js | 3 +- test/shank/shank.js | 9 +- test/testlog | 3179 +++++++++++++++-------------- 4 files changed, 1662 insertions(+), 1619 deletions(-) diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 4a3cbaf9d..4c73ab4d5 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -753,7 +753,7 @@ "type": "snippet", "attributes": { "fileName": "copyToClipboard.md", - "text": "⚠️ **NOTICE:** The same functionality can be easily implemented by using the new asynchronous Clipboard API, which is still experimental but should be used in the future instead of this snippet. Find out more about it [here](https://github.com/w3c/clipboard-apis/blob/master/explainer.adoc#writing-to-the-clipboard).\n\nCopy a string to the clipboard. Only works as a result of user action (i.e. inside a `click` event listener).\n\nCreate a new `