Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31337 from gasolin/issue-1194036
Browse files Browse the repository at this point in the history
Bug 1194036 - [keyboard] syntaxs fix to generate doc, r=me
  • Loading branch information
gasolin committed Aug 13, 2015
2 parents ea4fb07 + dc46ea0 commit b1f37b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/keyboard/js/imes/jszhuyin/lib/storage.js
Expand Up @@ -384,7 +384,7 @@ JSZhuyinDataPackStorage.prototype.getIncompleteMatched = function(key) {
* matches the code with BopomofoEncoder.isIncompletionOf().
* @param {number} code code of the character.
* @param {numbber} byteOffset Byte offset of the block.
* @return {[array(number), array(number)]} array of code and byte offsets
* @return {array} array of code and byte offsets in number[] format.
*/
JSZhuyinDataPackStorage.prototype._getIncompleteMatchedCodesInBlock =
function jdps__getIncompleteMatchedCodesInBlock(code, byteOffset) {
Expand Down

0 comments on commit b1f37b5

Please sign in to comment.