knowthelist / fhem-tablet-ui

UI builder framework for FHEM
MIT License
148 stars 84 forks source link

Make all 'base' variables local, add new ones where necessary. #112

Closed henryk closed 9 years ago

henryk commented 9 years ago

This corrects the usage on the 'base' variables thoughout the code. They are used to keep a reference to the widget object/class thingies and should not be global to prevent race conditions and bugs like nesges/Widgets-for-fhem-tablet-ui#3

knowthelist commented 9 years ago

done manually