projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8b5284fe9bcbe0b30b406dd6c0e33881f343808f
[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:str', {
6
kind: 'scalar',
7
construct: function (data) { return null !== data ? data : ''; }
8
});