Skip to content

Commit

Permalink
. minor fix setting the entityType daoHandler method as internal (to …
Browse files Browse the repository at this point in the history
…not wrap it)
  • Loading branch information
jeremychone committed Oct 11, 2012
1 parent acd6f30 commit 0b67c74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/brite.js
Expand Up @@ -1683,8 +1683,8 @@ var brite = brite || {};
}

var internalMethods = {
idName : true,
isDataChange : true
isDataChange : true,
entityType: true
};

var dataChangeMethodRegEx = /remove|delete|create|update/i;
Expand Down

0 comments on commit 0b67c74

Please sign in to comment.