summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptextensionplugin/staticplugin/__init__.js
blob: 4e462aea98b7864f19f919346d5759b66bbf3b06 (plain)
1
2
3
4
5
6
spy = {
    extension: __extension__,
    setupPackage: __setupPackage__,
    postInit: __postInit__
};
__postInit__ = function() { postInitWasCalled = true; };