projects
/
Portfolio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Retrait log de debut un peu houya-houya :-D.
[Portfolio.git]
/
skins
/
portfolio_upload.js
1
// © 2013 Benoît Pin MINES ParisTech
2
3
var
DDFileUploader
;
4
5
(
function
(){
6
DDFileUploader
=
function
(
dropbox
,
uploadUrl
) {
7
DDFileUploaderBase
.
apply
(
this
, [
dropbox
,
uploadUrl
]);
8
};
9
10
copyPrototype
(
DDFileUploader
,
DDFileUploaderBase
);
11
12
}());