You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/08/24 18:56:51 UTC

svn commit: r434470 - /incubator/xap/trunk/WebContent/examples/basic/dom0.html

Author: jmargaris
Date: Thu Aug 24 11:56:50 2006
New Revision: 434470

URL: http://svn.apache.org/viewvc?rev=434470&view=rev
Log:
updated to work with min profile by including event.js

Modified:
    incubator/xap/trunk/WebContent/examples/basic/dom0.html

Modified: incubator/xap/trunk/WebContent/examples/basic/dom0.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/basic/dom0.html?rev=434470&r1=434469&r2=434470&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/basic/dom0.html (original)
+++ incubator/xap/trunk/WebContent/examples/basic/dom0.html Thu Aug 24 11:56:50 2006
@@ -45,6 +45,9 @@
 
  
  <script>
+
+dojo.require('dojo.event.*');
+
 document.onAnotherEvent = function(){
 // Put something here so we can put a breakpoint on that line, if need be:
 	var foo = "bar" ;