Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #53 from xiaods/list
Browse files Browse the repository at this point in the history
Fix dashboard list el bind
  • Loading branch information
xiaods committed Sep 4, 2014
2 parents 3d36200 + 471a77b commit 8467bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/views/boardlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"use strict";

cantas.views.BoardsView = cantas.views.BaseView.extend({
el: ".dashboard-content",

events: {
"click .js-close-board": "closeBoard",
Expand Down

0 comments on commit 8467bc7

Please sign in to comment.