I get a silent javascript crash in production mode when calling ResultSet.toArray(). This took me ages to track down: calling ResultSet in the constructor of a component was causing the script to stop executing and gave no warnings/errors in Firebug or Chrome.
I was calling toArray to try and force a ResultSet to load (a resultset that has listeners that update custom UI components). This is apparently the wrong way to do it.
I was calling toArray to try and force a ResultSet to load (a resultset that has listeners that update custom UI components). This is apparently the wrong way to do it.