fb2261df3ca3b422bb2ed80d4451649737c45df4
[platform/framework/web/crosswalk-tizen.git] /
1
2     var UNDEF;
3
4     /**
5      */
6     function isUndef(val){
7         return val === UNDEF;
8     }
9     module.exports = isUndef;
10