Update Autoloader.js
This commit is contained in:
parent
0fdb268181
commit
397c3b04b4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue