Skip to content

Commit

Permalink
Stable Version 3.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 6, 2016
1 parent 933d1fb commit cf08806
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
8 changes: 4 additions & 4 deletions dist/js-data-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js-data-debug.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/js-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js-data.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js-data.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "js-data",
"description": "Robust, framework-agnostic in-memory data store.",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"homepage": "http://www.js-data.io",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/model/index.js
Expand Up @@ -2318,7 +2318,8 @@ utils.eventify(
},
function (value) {
this._events(value)
}
},
true
)

/**
Expand Down

0 comments on commit cf08806

Please sign in to comment.