d07b01adbf2a4d9792e1b9e2db1873fa320e6e6e
[platform/framework/web/crosswalk-tizen.git] /
1
2
3     /**
4      * Returns the first argument provided to it.
5      */
6     function identity(val){
7         return val;
8     }
9
10     module.exports = identity;
11
12