Remove deprecated layout()
and scratch()
mapper support in code
#1536
Milestone
layout()
and scratch()
mapper support in code
#1536
Use a function instead:
'scratch(foo)'
becomesfunction( ele ){ return ele.scratch('foo') }
The text was updated successfully, but these errors were encountered: