leaflet-editable-textbox
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "leaflet-editable-textbox", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "TextBox for Leaflet.Editable", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"test": "browserify tests/*.test.js | tape-run", | ||
"watch": "watchify -v -d -s L.Editable.Textbox ./demo/js/index.js -o ./demo/js/build.js", | ||
@@ -37,3 +37,4 @@ "build-js": "browserify -v -d -s L.Editable.Textbox -u leaflet -u leaflet-editable ./index.js -o ./dist/L.Editable.Textbox-src.js", | ||
"serve": "^1.4.0", | ||
"tape": "^4.4.0", | ||
"tape": "^4.6.0", | ||
"tape-run": "^2.1.4", | ||
"uglifyjs": "^2.4.10", | ||
@@ -40,0 +41,0 @@ "watchify": "^3.7.0", |
@@ -1,2 +0,2 @@ | ||
# leaflet-schematic-textBox | ||
# leaflet-schematic-textBox [![npm version](https://badge.fury.io/js/leaflet-editable-textbox.svg)](https://badge.fury.io/js/leaflet-editable-textbox) [![CircleCI](https://circleci.com/gh/rumax/Leaflet.Editable.TextBox.svg?style=svg)](https://circleci.com/gh/rumax/Leaflet.Editable.TextBox) | ||
@@ -3,0 +3,0 @@ This is a TextBox component for [https://github.com/rumax/leaflet-schematic](https://github.com/rumax/leaflet-schematic) based on [https://github.com/Leaflet/Leaflet.Editable](https://github.com/Leaflet/Leaflet.Editable). |
@@ -70,3 +70,3 @@ /** | ||
if (this._text) { | ||
this._container.innerHTML = this._text; | ||
this._container.value = this._text; | ||
} | ||
@@ -73,0 +73,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2821856
22
18690
2
16