clipboard-dom
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "clipboard-dom", | ||
"description": "Makes a DOM element (i.e. <button>) write to the system clipboard", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "copy", |
0.0.6 / 2015-03-11 | ||
================== | ||
* package: add "browser" mappings for browserify | ||
* fix typo in example | ||
0.0.5 / 2014-06-16 | ||
================== | ||
* fixing bug in `reposition` | ||
* `swf` method now chainable | ||
* fixing bug in `reposition` | ||
* `swf` method now chainable | ||
@@ -8,0 +14,0 @@ 0.0.2 / 2012-09-04 |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"dependencies": { | ||
@@ -19,2 +19,7 @@ "classes-component": "*", | ||
}, | ||
"browser": { | ||
"classes": "classes-component", | ||
"inherit": "inherit-component", | ||
"emitter": "emitter-component" | ||
}, | ||
"component": { | ||
@@ -21,0 +26,0 @@ "files": [ |
@@ -48,3 +48,3 @@ | ||
clip.on('completed', function(text){ | ||
clip.on('complete', function(text){ | ||
console.log('copied text to the clipboard:', text); | ||
@@ -51,0 +51,0 @@ }); |
Sorry, the diff of this file is not supported yet
15612