Skip to content

Commit

Permalink
User guide fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tripp committed Jul 27, 2011
1 parent cf6c1ae commit bb5c2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/charts/docs/partials/charts-axisupdate-source.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<script type="text/javascript">
(function() {
YUI().use('charts', function (Y)
YUI().use('escape', 'charts', function (Y)
{
//dataProvider source
var myDataValues = [
Expand Down
4 changes: 2 additions & 2 deletions src/datatable/docs/datatable-scroll.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ dtScrollingXY.render("#scrolling-xy");
<h3>Full Code Listing</h3>

```
{{>datatable-scroll-source}
```
{{>datatable-scroll-source}}
```

0 comments on commit bb5c2db

Please sign in to comment.