Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
martintajur committed Dec 27, 2010
1 parent d0ba932 commit ffce180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/index.html
Expand Up @@ -17,7 +17,6 @@

<script type="text/javascript">
$(function() {
uri.setBase(document.location.href);
routes.add({
'/': 'button',
'/articles': 'article'
Expand Down
2 changes: 2 additions & 0 deletions js/mvc.js
Expand Up @@ -580,6 +580,8 @@ var uri = {};

};

uri.setBase(document.location.href);

/*!
* jQuery Rest - Copyright TJ Holowaychuk <tj@vision-media.ca> (MIT Licensed)
*/
Expand Down

0 comments on commit ffce180

Please sign in to comment.