Skip to content

Commit

Permalink
[build] 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-f committed Oct 16, 2018
1 parent bd59151 commit aba7f28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/vue-custom-element.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-custom-element v3.2.5
* vue-custom-element v3.2.6
* (c) 2018 Karol Fabjańczuk
* @license MIT
*/
Expand All @@ -18,7 +18,7 @@ function setPrototypeOf(obj, proto) {
var setPrototypeOf_1 = setPrototypeOf.bind(Object);

function isES2015() {
if (typeof Symbol === 'undefined' || typeof Reflect === 'undefined') return false;
if (typeof Symbol === 'undefined' || typeof Reflect === 'undefined' || typeof Proxy === 'undefined' || Object.isSealed(Proxy)) return false;

return true;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-custom-element.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-custom-element v3.2.5
* vue-custom-element v3.2.6
* (c) 2018 Karol Fabjańczuk
* @license MIT
*/
Expand All @@ -24,7 +24,7 @@ function setPrototypeOf(obj, proto) {
var setPrototypeOf_1 = setPrototypeOf.bind(Object);

function isES2015() {
if (typeof Symbol === 'undefined' || typeof Reflect === 'undefined') return false;
if (typeof Symbol === 'undefined' || typeof Reflect === 'undefined' || typeof Proxy === 'undefined' || Object.isSealed(Proxy)) return false;

return true;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-custom-element.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo.js.map

Large diffs are not rendered by default.

0 comments on commit aba7f28

Please sign in to comment.