-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add availableOn[Client,Server] options #9
Labels
Comments
You mean, if both options are set to 'false'. |
Yeap. Fixed :) |
tarmolov
added a commit
that referenced
this issue
Aug 8, 2014
tarmolov
added a commit
that referenced
this issue
Aug 8, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rename existing method:
.hideOnDocPage -> .setOption('hiddenOnDocPage', true)
Add two new options:
.setOption('availableOnClient', false);
.setOption('availableOnServer', false);
If both options availableOnClient and availableOnServer are set to
false
, the error should be thrown.//cc @dodev
The text was updated successfully, but these errors were encountered: