summaryrefslogtreecommitdiff
path: root/src/client-tests/test2.js
blob: 0f8db81f0d43025c1c7be89556c2506703ce4721 (plain)
1
2
3
4
define('test2', function() {
    console.log('hello from test2 factory');
    return {'me': 'not you'};
});