We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sails.renderView
Sails version: 0.12.3 Node version: 4.3.2 NPM version: 2.14.12 Operating system: OSX
Calling sails.renderView() with the Sails global turned off results in an error due to several references to the global sails variable.
sails.renderView()
sails
Patch is forthcoming; just posting here for tracking.
The text was updated successfully, but these errors were encountered:
fdc218e
No branches or pull requests
Sails version: 0.12.3
Node version: 4.3.2
NPM version: 2.14.12
Operating system: OSX
Calling
sails.renderView()
with the Sails global turned off results in an error due to several references to the globalsails
variable.Patch is forthcoming; just posting here for tracking.
The text was updated successfully, but these errors were encountered: