Skip to content

Commit 50ddde6

Browse files
committed
Docs-and-build.
1 parent 2205944 commit 50ddde6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

dist/cjs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ function _await(value, then, direct) {
6565
var result = body();if (result && result.then) {
6666
return result.then(_empty);
6767
}
68-
}
69-
function _catch(body, recover) {
68+
}function _catch(body, recover) {
7069
try {
7170
var result = body();
7271
} catch (e) {

dist/es6.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ function _await(value, then, direct) {
5959
var result = body();if (result && result.then) {
6060
return result.then(_empty);
6161
}
62-
}
63-
function _catch(body, recover) {
62+
}function _catch(body, recover) {
6463
try {
6564
var result = body();
6665
} catch (e) {
@@ -550,7 +549,8 @@ function _catch(body, recover) {
550549
}
551550

552551
this.isFalseFocus = false;
553-
}, onInput(inputEvent) {
552+
},
553+
onInput(inputEvent) {
554554
const value = !inputEvent.target ? inputEvent : inputEvent.target.value;
555555

556556
this.updateTextOutside(value);

0 commit comments

Comments
 (0)