Fixed lingering code inspection issues
This commit is contained in:
parent
39af7dbe32
commit
55c3236380
18 changed files with 45 additions and 43 deletions
|
|
@ -234,7 +234,7 @@ var BitFields;
|
|||
* The above set bit field "bfs.num" in numeric variable "n" to the value 1.
|
||||
*
|
||||
* @param {Object} bfs
|
||||
* @return {*} (technically, we transform the bfs object into a BitFields object, but the Closure Compiler won't let us specify that)
|
||||
* @return {BitFields}
|
||||
*/
|
||||
usr.defineBitFields = function(bfs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue