Add missing :param statement in doc string
Change-Id: I02401b3e0471a4e29b2292da842115946867cf8e
This commit is contained in:
@@ -36,7 +36,7 @@ class JSEvaluator(object):
|
|||||||
|
|
||||||
:param script: The text of JavaScript snippet that needs to be
|
:param script: The text of JavaScript snippet that needs to be
|
||||||
executed.
|
executed.
|
||||||
context: This object will be assigned to the $ javascript
|
:param context: This object will be assigned to the $ javascript
|
||||||
variable.
|
variable.
|
||||||
:return result of evaluated javascript code.
|
:return result of evaluated javascript code.
|
||||||
:raise MistralException: if corresponding js library is not installed.
|
:raise MistralException: if corresponding js library is not installed.
|
||||||
|
Reference in New Issue
Block a user