Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit d6416b0

Browse files
committed
[DEV] Update dist directory
1 parent 54ac932 commit d6416b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/myscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14172,7 +14172,7 @@ MyScript = {
1417214172
this.getHmacKey()
1417314173
).then(
1417414174
function (data) {
14175-
this._lastSentComponentIndex = components.length;
14175+
this._lastSentComponentIndex = this._lastSentComponentIndex + components.length;
1417614176
this._renderResult(data);
1417714177
}.bind(this),
1417814178
function (error) {

dist/myscript.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)