This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/views
lidlanca b4f1ffd4ea Fix: Resize event handler does not get cleared from window object,by wrong usage of jQuery api.
An handler get added each time a topic is loaded to the window object

jQuery resize api only pass data to the handler when triggered.
```.resize( [eventData ], handler ) ```

The unbind followed in willDestroyElement had no affect. 

.on(...) or bind(..) support the event.namespace

fix was not tested.
2015-01-30 01:57:44 -05:00
..
2014-07-17 13:43:22 -04:00
2014-09-11 17:50:47 -04:00
2014-07-17 13:43:22 -04:00
2014-06-19 12:48:04 -04:00
2014-07-18 12:20:07 -04:00
2014-07-04 11:50:40 -04:00
2014-07-03 12:39:14 -04:00
2014-07-03 12:39:14 -04:00
2014-07-17 13:43:22 -04:00
2014-07-17 13:43:22 -04:00
2014-07-03 12:39:14 -04:00
2014-07-17 13:43:22 -04:00
2014-07-18 12:20:07 -04:00
2014-07-18 12:20:07 -04:00
2014-07-15 12:36:57 -04:00
2014-10-17 23:21:18 +05:30
2014-07-17 13:43:22 -04:00
2014-10-08 17:37:44 +02:00
2014-06-16 15:55:09 -04:00
2014-07-17 13:43:22 -04:00
2014-09-11 13:10:54 -04:00