projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dab9838c254c5836457eee4407ddf08ff6be7ed4
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var Type = require('../type');
4
5
module.exports = new Type('tag:yaml.org,2002:map', {
6
kind: 'mapping',
7
construct: function (data) { return null !== data ? data : {}; }
8
});