Skip to content

Commit

Permalink
Export embedded extend function
Browse files Browse the repository at this point in the history
  • Loading branch information
tapmodo committed Nov 6, 2015
1 parent e9db334 commit 7ac1cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
Change: type.Change,
Attribute: type.Attribute,
Value: type.Value,
Modification: type.Modifcation
Modification: type.Modifcation,
_extend: type._extend
};
3 changes: 2 additions & 1 deletion lib/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,6 @@ module.exports = {
Modification: Modification,
Record: Record,
Attribute: Attribute,
Value: Value
Value: Value,
_extend: extend
}

0 comments on commit 7ac1cb3

Please sign in to comment.