Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes warning about hidden being undefined (#129)
Why: * When compiling a view that used this module it would throw a warning saying that `hidden/0` was undefined This change addresses the need by: * Tricking the compiler to now throw the warning since we know that it will be defined as we're only calling it conditionally on the fact that it has been overridden.
- Loading branch information