Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
auchenberg committed May 18, 2012
1 parent 4b6ea12 commit da95649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Expand Up @@ -195,7 +195,7 @@ <h3>
<section>
<pre>

Podio.Views.Items.BadgeViewItem = Backbone.View.extend({
Podio.Views.Items.BadgeViewItem = Backbone.PodioView.extend({
initialize: function() {
_.bindAll(this, 'render');
},
Expand Down Expand Up @@ -333,6 +333,9 @@ <h3>Example</h3>
</section>
</article>

<article>
<h2>Demo - App views</h2>
</article>
<article>
<h2>Benchmarks</h2>
</article>
Expand Down

0 comments on commit da95649

Please sign in to comment.