Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed May 2, 2016
1 parent 047c057 commit 3ef3d9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ function data(ripple) {
res.body = (0, _set2.default)()(res.body || [], existing.body && existing.body.log, _is2.default.num(res.headers.log) ? res.headers.log : -1);
(0, _overwrite2.default)(res.body.on)(listeners(existing));
res.body.on('change.bubble', function (change) {
console.log("before", ripple.change);
ripple.emit('change', ripple.change = [res.name, change], (0, _not2.default)(_is2.default.in(['data'])));
console.log("here", ripple.change);
delete ripple.change;
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rijs.data",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist",
"author": "Pedram Emrouznejad (https://github.com/pemrouz)",
"repository": {
Expand Down

0 comments on commit 3ef3d9e

Please sign in to comment.