fix jsdoc on testSetGet()

This commit is contained in:
Keegan
2016-02-12 16:38:57 -08:00
parent 5ad2834cc8
commit ef69c6afff
+1 -1
View File
@@ -9,7 +9,7 @@ describe('manipulators', function() {
/**
* @param {string} itemType
* @param {*} value
* @param {*} expected
* @param {*} [expected]
* @return {void}
*/
function testSetGet(itemType, value, expected) {