596bcdb92ed203c8d89ea261d127e83686cd0fba
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t.call(/foo/, 'barfoo'), 3);
5 };