diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-26 16:15:41 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-26 16:15:41 +0000 |
commit | 8c2121fe162d35bdf6dc441fc2a9e2dc367034e1 (patch) | |
tree | 5e03e0dcfd2200dac1f5b24cdd39f94ab227825f /sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html | |
parent | 64ebd969e7c3f10c8058f9b937af09262f86ed5c (diff) |
failing in Firebug on planView.getLite() is not a function; analagous to sample-store faulure catalog.get() is not a function, reported on user list
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html (renamed from sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html b/sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html index f064b47160..3301507afa 100644 --- a/sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html +++ b/sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html @@ -20,6 +20,7 @@ <head> <title>Plan</title> +<script type="text/javascript" src="dojo/dojo.js"></script> <script type="text/javascript" src="plan.js"></script> <script language="JavaScript"> |