~elachuni/lazr-js/treeview

« back to all changes in this revision

Viewing changes to src-js/lazrjs/activator/tests/activator.html

  • Committer: Anthony Lenton
  • Date: 2009-12-02 21:12:08 UTC
  • mfrom: (131.1.31 toolchain)
  • Revision ID: anthony.lenton@canonical.com-20091202211208-8y8xm25mj8igizz1
Merged changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <title>Activator</title>
6
6
 
7
7
  <!-- YUI 3.0 Setup -->
8
 
  <script type="text/javascript" src="../../yui/current/build/yui/yui.js"></script>
9
 
  <link rel="stylesheet" href="../../yui/current/build/cssreset/reset.css"/>
10
 
  <link rel="stylesheet" href="../../yui/current/build/cssfonts/fonts.css"/>
11
 
  <link rel="stylesheet" href="../../yui/current/build/cssbase/base.css"/>
 
8
  <script type="text/javascript" src="../../yui/yui/yui.js"></script>
 
9
  <link rel="stylesheet" href="../../yui/cssreset/reset.css"/>
 
10
  <link rel="stylesheet" href="../../yui/cssfonts/fonts.css"/>
 
11
  <link rel="stylesheet" href="../../yui/cssbase/base.css"/>
12
12
 
13
13
  <!-- The module under test -->
14
14
  <script type="text/javascript" src="../../activator/activator.js"></script>