Skip to content

Commit

Permalink
src folder renamed to lib@
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed May 17, 2012
1 parent 302b512 commit 782058a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
@@ -1,6 +1,6 @@
<html>
<head>
<script src="../src/ajlisp.js" type="text/javascript"></script>
<script src="../lib/ajlisp.js" type="text/javascript"></script>
<script type="text/javascript">

function eval(text) {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion qunittest/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>AjLisp Test Suite</title>
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
<script type="text/javascript" src="../src/ajlisp.js"></script>
<script type="text/javascript" src="../lib/ajlisp.js"></script>
<script type="text/javascript" src="../dependencies/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="qunit.js"></script>
</head>
Expand Down

0 comments on commit 782058a

Please sign in to comment.