Skip to content

Commit

Permalink
Creates /api directory and moves pine.input.js into that.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Aug 21, 2012
1 parent 0a2e508 commit c198f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/iframe-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1 class="welcome">I am a test iframe! Hit some keys!</h1>
<pre></pre>
</div>
<script src="js/lib/pine.input.js"></script>
<script src="../api/pine.input.js"></script>
<script>
(function (global) {
var pre = document.getElementsByTagName('pre')[0];
Expand Down

0 comments on commit c198f73

Please sign in to comment.