Skip to content

Commit

Permalink
Remove directive selector
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Jan 27, 2017
1 parent 0da47aa commit 287e218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/component.tst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<#? it.isEditor #>/* tslint:disable:directive-selector */<#?#>
<# var collectionProperties = it.properties.filter(item => item.isCollection).map(item => item.name); #>
<# var collectionNestedComponents = it.nestedComponents.filter(item => item.isCollection && item.root); #>
<# var baseClass = it.isExtension ? 'DxComponentExtension' : 'DxComponent'; #>
Expand Down

0 comments on commit 287e218

Please sign in to comment.