Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Nov 16, 2017
1 parent 78cfe55 commit bc23d1d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions dist/grafine.js
Expand Up @@ -299,6 +299,14 @@ module.exports = function(grafine) {
this._changed = false;
};

/**
* Gets the index unique identifier
* @return Number
*/
Index.prototype.id = function() {
return this._id;
};

/**
* Check if current index contains changes
* @return {Boolean}
Expand Down Expand Up @@ -704,6 +712,14 @@ module.exports = function(grafine) {
this._changed = false;
};

/**
* Gets the shard ID
* @return Number
*/
Shard.prototype.id = function() {
return this._id;
};

/**
* Checks is the current shard contains changed nodes
* @return {Boolean}
Expand Down
16 changes: 8 additions & 8 deletions dist/grafine.min.js

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

0 comments on commit bc23d1d

Please sign in to comment.