mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
fix jsdoc on testSetGet()
This commit is contained in:
@@ -9,7 +9,7 @@ describe('manipulators', function() {
|
|||||||
/**
|
/**
|
||||||
* @param {string} itemType
|
* @param {string} itemType
|
||||||
* @param {*} value
|
* @param {*} value
|
||||||
* @param {*} expected
|
* @param {*} [expected]
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
function testSetGet(itemType, value, expected) {
|
function testSetGet(itemType, value, expected) {
|
||||||
|
|||||||
Reference in New Issue
Block a user