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

View file

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