Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Jul 21, 2017
1 parent d1074b4 commit a3182d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ Slim.__plugins = {

try {
Slim.__isWCSupported = function () {
return 'customElements' in window && 'import' in document.createElement('link') && 'content' in document.createElement('template');
return 'registerElement' in document && 'import' in document.createElement('link') && 'content' in document.createElement('template');
}();
} catch (err) {
Slim.__isWCSupported = false;
Expand Down

0 comments on commit a3182d8

Please sign in to comment.