Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes warning about hidden being undefined #129

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Oct 2, 2018

  1. Removes warning about hidden being undefined

    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.
    zamith committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    8c19660 View commit details
    Browse the repository at this point in the history