Commit eb08ca0a authored by François Billioud's avatar François Billioud

avoid big anonymous function

parent 6ac4b305
......@@ -13,10 +13,10 @@
"unhosted/base64.js"
],[//element to check before being ready
$
], // function to execute then
], script);// function to execute then
function() {
function script() {
/**
* JIO main object. Contains all IO methods
......@@ -814,7 +814,7 @@
}
window.JIO = JIO;//the name to use for the framework. Ex : JIO.initialize(...), JIO.loadDocument...
});
}
/****************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment