Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / nodeunit / test / fixtures / raw_jscode1.js
1 function hello_world(arg) {
2         return "_" + arg + "_";
3 }