Skip to content

Commit

Permalink
WIP: Types
Browse files Browse the repository at this point in the history
  • Loading branch information
David Turissini authored and caridy committed May 31, 2018
1 parent bc9cfc7 commit d689da6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lwc-engine/src/framework/wc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { getCustomElementVM } from "./html-element";
import assert from "./assert";

export function customElement(Ctor: ComponentConstructor): Function {
const def = getComponentDef(Ctor);
let mustBeRegistered = true;
if (process.env.NODE_ENV !== 'production') {
assert.isTrue(isUndefined(Ctor.forceTagName), `The experimental support for web components does not include the support for \`static forceTagName\` to "${Ctor.forceTagName}" declaration in the class definition for ${Ctor}.`);
Expand Down

0 comments on commit d689da6

Please sign in to comment.