debianw / simple-list

Simple infinite list. This is a Polymer web-component that can handle tons of data in a infinite list.
7 stars 1 forks source link

Fix problem on deferred creaton of IScroll object #4

Open bsorrentino opened 9 years ago

bsorrentino commented 9 years ago

Due that IScroll object is created in deferred mode (ie. setTimeout) i've added a "get property" instead of initialise the properties in ready method