Skip to content

Commit

Permalink
Fix format of defineProperties in setAdapter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarGodson committed May 30, 2014
1 parent ae77bc4 commit 1448008
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -156,9 +156,7 @@ var Foo = function () {
});

this.defineProperties({
name: {
type: 'string', required: true
}
name: { type: 'string', required: true }
});
};

Expand Down

0 comments on commit 1448008

Please sign in to comment.