solenya-group / solenya

mega-powerful micro-framework
MIT License
81 stars 0 forks source link

rename attachInternal -> attach #15

Closed solenya-group closed 6 years ago

solenya-group commented 6 years ago

In certain scenarios it's useful to call explicitly attach components, i.e. you want to be able to perform functions on those components that use their parent, without waiting until the next refresh cycle.

So rename attachInternal to attach.

solenya-group commented 6 years ago

done