file.js revision 4751573f6062da85435e345520a7525e91a897ea
base:
'../../../../build/',
}).
use(
'node',
'file',
function(Y) {
Y.
one(
"#startupload").
on(
"click",
function () {
});
Y.
one(
"#cancelupload").
on(
"click",
function () {
})
});
});