Skip to content

Commit

Permalink
Merge pull request #13 from traitsjs/fix_prototype_null2
Browse files Browse the repository at this point in the history
fixed #11 - Fix prototype can be null in Trait.create
  • Loading branch information
dotnetCarpenter authored Jul 6, 2018
2 parents 874c88d + 77847d6 commit 60abd70
Show file tree
Hide file tree
Showing 5 changed files with 2,281 additions and 432 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Fill in changes for the next release, here.

### Fixed
- `Trait.create(null, trait)` would fail because proto is `null`.

## [1.1.4] - 2018-04-23
### Fixed
- Use `"module"` in _package.json_ to enable ES2015-aware tools like _Rollup_ to take advantage of ES2015 module features.
Expand Down
Loading

0 comments on commit 60abd70

Please sign in to comment.