Merge pull request #1191 from strongloop/fix-linter-errors

Fix linter errors for CI
This commit is contained in:
Simon Ho 2016-12-09 18:35:52 -08:00 committed by GitHub
commit d99dca6fc0
1 changed files with 1 additions and 2 deletions

View File

@ -1777,8 +1777,7 @@ describe('ModelBuilder processing json files', function() {
});
var Customer = User.extend('Customer',
{customerId: {type: String, id: true}},
{
{customerId: {type: String, id: true}}, {
defaultPermission: 'DENY',
acls: [
{