Closed encodedstephen closed 9 years ago
I believe that the ScrollBarProxy cleanup doesn't work for the cleanup method in TableView (line 546 of fattable.coffee):
cleanUp: -> # be nice rewind ! @eventRegister.unbindAll() @ScrollBarProxy?.onScroll = null
After reading over the code, I believe that you were trying to do:
cleanUp: -> # be nice rewind ! @eventRegister.unbindAll() @scroll?.onScroll = null
Yes you are right. Thank you very much. I'll fix that very very soon.
really? ;)
No I haven't >.< Well I accept pull request :)
Fixed in 833904c0ecff3b2ccf17c4a8e03b053b0b74a164
I believe that the ScrollBarProxy cleanup doesn't work for the cleanup method in TableView (line 546 of fattable.coffee):
After reading over the code, I believe that you were trying to do: