2015-07-29 14:01:18 +02:00
|
|
|
export class ElementSchemaRegistry {
|
2015-08-27 16:29:02 -07:00
|
|
|
hasProperty(tagName: string, propName: string): boolean { return true; }
|
2015-07-29 14:01:18 +02:00
|
|
|
getMappedPropName(propName: string): string { return propName; }
|
|
|
|
|
}
|