Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmostcat committed Jun 11, 2014
1 parent bd73cd7 commit 0eefaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var Entity = {};

Entity.register = function() {};

Entity._columns = [];
Entity._table = undefined;
Entity._columns = [];
Entity._joins = [];
Entity._id_column = 'id';

Expand Down

0 comments on commit 0eefaa7

Please sign in to comment.