Login
demo.s2 at [9fb6fae4f8]
Login

File bindings/s2/require.d/plugins/demo.s2 artifact aebec67c15 part of check-in 9fb6fae4f8


return {
    isVirtual: true,
    foo: true,
    cacheIt: false,
    counter: 0,
    load: proc(name){
        print(__FLC,"Demo plugin: argv=",argv);
        this.lastArgs = argv;
        ++this.counter;
        return this;
    }
};