Filter out would-be-duplicate names from JSX attribute completion

This commit is contained in:
Ryan Cavanaugh
2015-07-01 16:04:29 -07:00
parent f465d99492
commit ef765e56df
2 changed files with 27 additions and 13 deletions

View File

@@ -11,3 +11,4 @@
goTo.marker();
verify.completionListContains('two');
verify.not.completionListContains('one');