We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a0765 commit db7bae9Copy full SHA for db7bae9
assets/js/page-preview.js
@@ -63,7 +63,7 @@
63
* @param {Event} event
64
*/
65
PagePreview.prototype.onDeviceClick = function (event) {
66
- public const $clicked = $(event.currentTarget)
+ const $clicked = $(event.currentTarget)
67
68
// Remove active class from other options
69
this.$deviceSelector.find('a').removeClass('active')
0 commit comments