Skip to content

Commit

Permalink
fixed grunt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jduttondesign committed Dec 3, 2016
1 parent 7c12935 commit 127734f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion javascripts/factories/BoardFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ var getSingleBoard = function(boardId){
};


return {getGeneralView:getGeneralView, postNewBoard:postNewBoard, deleteBoard:deleteBoard, getSingleBoard:getSingleBoard, editBoard:editBoard};
return {getBoardView:getBoardView,
postNewBoard:postNewBoard, deleteBoard:deleteBoard,
getSingleBoard:getSingleBoard, editBoard:editBoard};
});

0 comments on commit 127734f

Please sign in to comment.