stevesouders / controljs

Automatically exported from code.google.com/p/controljs
Apache License 2.0
26 stars 9 forks source link

Scripts that register to DOMContentLoaded or Load will fail #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 woua...@gmail.com on 19 Jan 2011 at 11:13