fraction support test code in Position component

fraction support test code in Position component

Hi guys.
I have this small nasty and tasty problem.


I am integrating jQ UI code into quite old corporate app that is using .htcs ( http://stackoverflow.com/questions/10767006/what-is-htc-file-how-it-works-in-internet-explorer ) and I had problems with code that executes itself and determines if (at least what I understood) UA is capable of fractions in 
 $(div).offset().left; 
the problem is that execution of this code somehow interfered with some legacy code in .htc file (its hell, trust me), but I found out that when I wrap code that is in this test routine, I am able to make things work.

And now my question : Is it safe to defer this code (after // fraction support test) to run later, at document.ready, or should I schedule this to run at some other particular event? So far no errors, just wanted to double check this.

Any other questions/ideas?

Thanks in advance guys,
DuĊĦan