| branch | new-model |
| changeset 866 | 3bf7aa8216e5 |
| parent 461 | a9c5eeca190c |
| 864:5e76a06b961c | 866:3bf7aa8216e5 |
|---|---|
1 /* modules are non-graphical entities, similar to widgets */ |
1 /* modules are non-graphical entities, similar to widgets */ |
2 |
|
3 // TODO: Unify widgets and modules |
|
2 |
4 |
3 IriSP.Module = function(Popcorn, config, Serializer) { |
5 IriSP.Module = function(Popcorn, config, Serializer) { |
4 |
6 |
5 if (config === undefined || config === null) { |
7 if (config === undefined || config === null) { |
6 config = {} |
8 config = {} |