jsf.js 2.0 reva new functions
-----------------------------
Key: MYFACES-2837
URL: https://issues.apache.org/jira/browse/MYFACES-2837
Project: MyFaces Core
Issue Type: Improvement
Affects Versions: 2.1.0
Reporter: Werner Punz
Priority: Minor
The spec for whatever reason enforces two new inner functions in their jsdoc
descriptors of jsf.js:
<inner>
isAutoExec()
<inner>
replaceNode(node, newNode)
Replace one node with another.
We have to add them as well, both functions already are implemented in the
_Lang.js and _Dom.js submodules
so we just have to expose them since both are just inner functions which are
not exposed outside the question arises
to me why it is specced at all. Both functions make some sense in the way
mojarra is structured but not at all in the way myfaces is,
unless the spec moves away from providing them only as inner functions and
exposes them over the utils part of the spec.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.