PHP Classes

File: test/classes/Test2.js

Recommend this page to a friend!
  Classes of Nikos M.   Importer   test/classes/Test2.js   Download  
File: test/classes/Test2.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Importer
Load classes, images, CSS and JavaScript
Author: By
Last change: v.1.1.5

* fix js load(class) when fewer arguments are provided
* in browser script assets ensure execution order
* various edits
Date: 2 years ago
Size: 149 bytes
 

Contents

Class file image Download
function Test2( ) { return 'Test2.js'; } console.log ('Test2.js'); if ( "undefined" !== typeof module && module.exports ) module.exports = Test2;