PHP Classes

File: test/classes/Test1.js

Recommend this page to a friend!
  Classes of Nikos M.   Importer   test/classes/Test1.js   Download  
File: test/classes/Test1.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: 153 bytes
 

Contents

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