Update Autoloader.js

This commit is contained in:
Lucas 2019-06-29 15:23:51 +01:00 committed by GitHub
parent 0fdb268181
commit 397c3b04b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 13 deletions

View File

@ -26,8 +26,6 @@
* http://creativecommons.org/licenses/by/2.5/
*/
(function(){
//object constructor
function runinsert(){
@ -37,7 +35,4 @@
};
//instantiate and run
var runinsert = new runinsert();
})();
runinsert();