Skip to content

Commit 3c4ce58

Browse files
committed
Added jsdocs
1 parent 4c13b9a commit 3c4ce58

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/tilemaps/parsers/tiled/Pick.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
var HasValue = require('../../../utils/object/HasValue');
22

3+
/**
4+
* [description]
5+
*
6+
* @function Phaser.Tilemaps.Parsers.Tiled.Pick
7+
* @since 3.0.0
8+
*
9+
* @param {[type]} object - [description]
10+
* @param {[type]} keys - [description]
11+
*
12+
* @return {[type]} [description]
13+
*/
314
var Pick = function (object, keys)
415
{
516
var obj = {};

0 commit comments

Comments
 (0)