Skip to content

Commit

Permalink
Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis committed Mar 18, 2023
1 parent 1a0a127 commit 9327ebb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/vue-screen-size.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ var VueScreenSizeMixin = {
this.vssWidth = this.getScreenWidth();
this.vssHeight = this.getScreenHeight();
},

$vssDestroyListener: function $vssDestroyListener() {
window.removeEventListener('resize', this.handleResize);
},
Expand Down
1 change: 0 additions & 1 deletion dist/vue-screen-size.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
this.vssWidth = this.getScreenWidth();
this.vssHeight = this.getScreenHeight();
},

$vssDestroyListener: function $vssDestroyListener() {
window.removeEventListener('resize', this.handleResize);
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<script type="module" crossorigin src="/vue-screen-size/assets/index.08eee0db.js"></script>
<script type="module" crossorigin src="/vue-screen-size/assets/index.6494c871.js"></script>
<link rel="stylesheet" href="/vue-screen-size/assets/index.3331e506.css">
</head>
<body>
Expand Down

0 comments on commit 9327ebb

Please sign in to comment.