Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Update annotation_src.dart #1758

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/core/annotation_src.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class Component extends Directive {
/**
* If set to true, this component will always use shadow DOM.
* If set to false, this component will never use shadow DOM.
* If unset, the compiler's default construction strategy will be used
* If unset, the compiler's default construction strategy will be used.
*/
final bool useShadowDom;

Expand Down