Skip to content

Commit

Permalink
Merge pull request #76 from adon-at-work/patch-1
Browse files Browse the repository at this point in the history
Fixed errors in externs
  • Loading branch information
dcodeIO authored Nov 29, 2016
2 parents 9efce39 + 7375137 commit 1cc9bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions externs/bytebuffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,11 +699,11 @@ ByteBuffer.prototype.writeBytes = function(src, offset) {};
* @param {number=} offset
* @returns {Array<boolean>}
*/
ByteBufferPrototype.readBitSet = function(offset) {};
ByteBuffer.prototype.readBitSet = function(offset) {};

/**
* @param {Array<boolean>}
* @param {number=}
* @param {Array<boolean>} value
* @param {number=} offset
* @returns {!ByteBuffer}
*/
ByteBuffer.prototype.writeBitSet = function(value, offset) {};
Expand Down

0 comments on commit 1cc9bd3

Please sign in to comment.