PHP Classes

File: modules/system/assets/js/snowboard/snowboard.base.debug.js

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/js/snowboard/snowboard.base.debug.js   Download  
File: modules/system/assets/js/snowboard/snowboard.base.debug.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: 343 bytes
 

Contents

Class file image Download
import Snowboard from './main/Snowboard'; import ProxyHandler from './main/ProxyHandler'; ((window) => { const snowboard = new Proxy( new Snowboard(true, true), ProxyHandler, ); // Cover all aliases window.snowboard = snowboard; window.Snowboard = snowboard; window.SnowBoard = snowboard; })(window);