source: Dev/trunk/src/client/dojox/layout/tests/_script.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 157 bytes
Line 
1<script type="text/javascript">
2        console.log('foo - whenever');
3        dojo.addOnLoad(function(){
4                console.warn('foo - onload');
5        });
6</script>
7<p>
8 bar baz
9</p>
Note: See TracBrowser for help on using the repository browser.