Skip to content

Commit

Permalink
💪 bump TRANSPILED distribution dist/snuggsi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Jan 1, 2021
1 parent 4f29712 commit 88242cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/snuggsi.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ var Custom = function (Element) { return ( /*@__PURE__*/(function (superclass) {
// http://2ality.com/2013/09/window.html
// http://tobyho.com/2013/03/13/window-prop-vs-global-var

var Element = function () {
var Element = function (tag) { return (

// const constructor =// swizzle
// typeof tag === 'string'
Expand All @@ -669,11 +669,11 @@ var Element = function () {
// https://github.com/w3c/webcomponents/issues/587#issuecomment-271031208
// https://github.com/w3c/webcomponents/issues/587#issuecomment-254017839

!function(Element) { return customElements.define
function (Element) { return customElements.define
( tag + '', Custom (Element) ); }

// Assign `window.Element.prototype` in case of feature checking on `Element`
// E.prototype = Element.prototype
// return E
}
); }

0 comments on commit 88242cc

Please sign in to comment.