/* globals window */ ((Snowboard) => { class TestSingleton extends Snowboard.Singleton { testMethod() { return 'Tested'; } } Snowboard.addPlugin('testSingleton', TestSingleton); })(window.Snowboard);
info at phpclasses dot org