Skip to content

Commit

Permalink
Typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
triforcely committed Oct 5, 2017
1 parent 72f6a76 commit 7732d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLevel/CollapseLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void Collapse(int level)
if (tv == null)
return;

var componentModel = this.ServiceProvider.GetService(typeof(SCompon`entModel)) as IComponentModel;
var componentModel = this.ServiceProvider.GetService(typeof(SComponentModel)) as IComponentModel;

if (componentModel != null)
{
Expand Down

0 comments on commit 7732d4d

Please sign in to comment.