controljs
controljs copied to clipboard
Scripts that register to DOMContentLoaded or Load will fail
http://www.linkedin.com/js/public-profile/widget-os.js
I wonder how we could make theses scripts to work with controljs ?
Also, this will not work :
<script type="text/cjs">
window.load = function() {};
//$(window).load neither (jquery style)
//window.onload = function neither
// etc..
Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 11:13