Skip to content

Commit

Permalink
Fixed javascript link to RowEditor.js file. (Bug in the official exam…
Browse files Browse the repository at this point in the history
…ple.)
  • Loading branch information
Steffen Hiller committed Jun 4, 2009
1 parent bc934ce commit 81d7761
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<script type="text/javascript" src="../../ext-all.js"></script>
<script type="text/javascript" src="../shared/extjs/App.js"></script>
<script type="text/javascript" src="restful.js"></script>
<script type="text/javascript" src="../ux/Ext.ux.RowEditor.js"></script>
<script type="text/javascript" src="../ux/RowEditor.js"></script>
</head>
<body>
<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
Expand Down

0 comments on commit 81d7761

Please sign in to comment.