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
It'd be cleaner to write an ad-hoc layer "subclass" without actually subclassing one if the load function were called with the layer as its this context:
It'd be cleaner to write an ad-hoc layer "subclass" without actually subclassing one if the load function were called with the layer as its
this
context:Currently this logs "Window" as the first object, and the layer is not available to the function unless it is captured in the outer scope.
The text was updated successfully, but these errors were encountered: