editore-link-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "editore-link-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Evandro Eisinger <evandroeisinger@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -18,3 +18,3 @@ (function(global, plugin) { | ||
self.button.innerText = 'Link'; | ||
self.name = 'LinkEditionPlugin'; | ||
self.name = 'linkEditionPlugin'; | ||
self.tag = 'a'; | ||
@@ -50,5 +50,7 @@ | ||
// create link form | ||
self.input = document.createElement('input'); | ||
self.removeButton = document.createElement('button'); | ||
self.removeButton.innerText = "Remove"; | ||
self.input = document.createElement('input'); | ||
self.removeButton.className = 'linkEditionPlugin__removeButton'; | ||
self.removeButton.innerText = 'Remove'; | ||
self.input.className = 'linkEditionPlugin__input'; | ||
@@ -55,0 +57,0 @@ // set listeners |
5530
4
120