We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c13b9a commit 3c4ce58Copy full SHA for 3c4ce58
1 file changed
src/tilemaps/parsers/tiled/Pick.js
@@ -1,5 +1,16 @@
1
var HasValue = require('../../../utils/object/HasValue');
2
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
+ */
14
var Pick = function (object, keys)
15
{
16
var obj = {};
0 commit comments