Add a get_settings method for JS Extensions
Review Request #7968 — Created Feb. 17, 2016 and submitted
Information | |
---|---|
brennie | |
Djblets | |
release-0.8.x | |
Reviewers | |
djblets | |
The
JSExtension
class now has aget_settings
method that returns, by
default, the associated extension's settings. This method can be
overrided by subclasses to provide different settings at initialization
time.
Description | From | Last Updated |
---|---|---|
This isn't accessing the correct function. |
|
-
Can you add a blurb about this in the class docstring?
-
djblets/extensions/templates/extensions/init_js_extensions.html (Diff revision 1) This isn't accessing the correct function.