Skip to content

Commit 04b1522

Browse files
authored
sync Front-end (#1479)
1 parent 7ba064f commit 04b1522

File tree

4 files changed

+73
-47
lines changed

4 files changed

+73
-47
lines changed

public/dist/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ $(function () {
14881488
*
14891489
* @property {string} id
14901490
* @property {string} title
1491-
* @property {Photo[]} photos
1491+
* @property {Photo[]} [photos]
14921492
* @property {?Thumb} thumb
14931493
* @property {boolean} is_public
14941494
* @property {boolean} is_downloadable

public/dist/main.js

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

public/dist/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3526,7 +3526,7 @@ tabindex.reset = function () {
35263526
*
35273527
* @property {string} id
35283528
* @property {string} title
3529-
* @property {Photo[]} photos
3529+
* @property {Photo[]} [photos]
35303530
* @property {?Thumb} thumb
35313531
* @property {boolean} is_public
35323532
* @property {boolean} is_downloadable

0 commit comments

Comments
 (0)