5 AssetCopy.prototype.copy = function(asset, target, overwrite, win, fail) {
6 if(overwrite==false) overwrite="false";
8 PhoneGap.exec(win, fail, "AssetCopy", "copy", [asset, target, overwrite]);
11 PhoneGap.addConstructor(function() {
12 PhoneGap.addPlugin("assetcopy", new AssetCopy());
13 PluginManager.addService("AssetCopy","pl.org.nowoczesnapolska.wlmobi.AssetCopy");