PHP Classes

File: modules/system/tests/js/fixtures/framework/TestDependencyOne.js

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/tests/js/fixtures/framework/TestDependencyOne.js   Download  
File: modules/system/tests/js/fixtures/framework/TestDependencyOne.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 254 bytes
 

Contents

Class file image Download
/* globals window */ ((Snowboard) => { class TestDependencyOne extends Snowboard.Singleton { testMethod() { return 'Tested'; } } Snowboard.addPlugin('testDependencyOne', TestDependencyOne); })(window.Snowboard);