Skip to content

Commit

Permalink
Fix documentation in .coffee file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbottaro committed Sep 24, 2012
1 parent 71c6ff6 commit ce3bd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions backbone.tableview.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Optionally it supports pagination, search, and any number of filters
class UserTableView extends Backbone.TableView
title: "My Users Table"
collection: new Users()
columns:
name:
header: "My Name"
Expand Down
7 changes: 1 addition & 6 deletions backbone.tableview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce3bd56

Please sign in to comment.