FIX: This `DecoratorHelper` didn't have a `container` reference

This commit is contained in:
Robin Ward 2016-04-20 16:23:53 -04:00
parent cf1fefe236
commit 850f5c3472
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class DecoratorHelper {
this.widget = widget;
this.attrs = attrs;
this.state = state;
this.container = widget.container;
}
/**