Skip to content

Commit

Permalink
Merge pull request #9 from bengourley/es3-compat
Browse files Browse the repository at this point in the history
Don't use ES5 getter syntax for ES3 env compatibility
  • Loading branch information
Paul Serby committed Nov 4, 2013
2 parents dd82468 + 6744c1a commit 32dafe3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/schemata.js
Expand Up @@ -360,9 +360,7 @@ module.exports = function(schema) {
} }


return { return {
get schema() { schema: schema,
return schema;
},
makeDefault: makeDefault, makeDefault: makeDefault,
makeBlank: makeBlank, makeBlank: makeBlank,
hasTag: hasTag, hasTag: hasTag,
Expand Down

0 comments on commit 32dafe3

Please sign in to comment.