UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

17 lines (15 loc) 330 B
function addListener(e,l) { if (window.addEventListener) { window.addEventListener(e,l,false); } else { window.attachEvent('on' + e, l); } }; addListener( 'DOMContentLoaded', function() { document.body.parentNode.$data = {}; // Attach controllers. {{INIT_JS}} } );