Skip to content

Commit db7bae9

Browse files
authored
Fix page-preview.js
1 parent b3a0765 commit db7bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/page-preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* @param {Event} event
6464
*/
6565
PagePreview.prototype.onDeviceClick = function (event) {
66-
public const $clicked = $(event.currentTarget)
66+
const $clicked = $(event.currentTarget)
6767

6868
// Remove active class from other options
6969
this.$deviceSelector.find('a').removeClass('active')

0 commit comments

Comments
 (0)