Skip to content

Commit 49165b4

Browse files
author
Tim Berners-Lee
committed
tweaks with Arne
1 parent a2e5d99 commit 49165b4

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ lib
44
*.json
55
Documentation
66
Documentation/forms-intro.html
7+
package.json

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
"pre-push": "npm test"
7979
}
8080
},
81-
"eslintignore": [
82-
"package.json",
83-
"*.html"
84-
],
8581
"lint-staged": {
8682
"src/**/*.(js|ts)": [
8783
"eslint"

src/widgets/forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ forms.field[ns.ui('Multiple').uri] = function (
343343
} else {
344344
linkDone(uri, ok, message)
345345
}
346-
/*
346+
/* Put this as a function and call it from only one place
347347
var ins, del
348348
// alert('Multiple: item calklback.' + uri)
349349
if (ok) {

0 commit comments

Comments
 (0)