The Path.noop()
method adds a placeholder path operation.
A noop
operation does nothing, but is intended to be replaced later
with Path.insop()
.
Signature
Javascript
Path path.noop(string id)
TIP|
This method is chainable as it returns the Path
object