Skip to content

Commit

Permalink
fixed sliding view navigator layout example
Browse files Browse the repository at this point in the history
  • Loading branch information
triceam committed May 22, 2012
1 parent 4e49e44 commit 0f6ef10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/03 - slidingView/02 - view navigators/index.html
Expand Up @@ -101,8 +101,8 @@
</head>
<body>
<div class="slidingview_wrapper">
<div id="sidebar">sidebar here!</div>
<div id="body">body here!</div>
<div id="sidebar"></div>
<div id="body"></div>
</div>
</body>
</html>

0 comments on commit 0f6ef10

Please sign in to comment.