You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the methods required by the mixin to each block.
Mix the mixin into each block. Test the result.
For each block.foo(...) method defined in the mixin create a new foo(block, ...) function.
Change the code in field_lexical_variable.js (and any other code) that calls a block.foo(...) method defined in the mixin to call the new foo(block, ...) function instead. Test the result.
Remove the mixin
The text was updated successfully, but these errors were encountered:
block.foo(...)
method defined in the mixin create a newfoo(block, ...)
function.block.foo(...)
method defined in the mixin to call the newfoo(block, ...)
function instead. Test the result.The text was updated successfully, but these errors were encountered: