X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/8b7b42d45674861437a31e9f9125a277ce998721..065d23f9494e1afb7f61ada08b728405b1b7a0cf:/assets/www/js/assetcopy.js diff --git a/assets/www/js/assetcopy.js b/assets/www/js/assetcopy.js deleted file mode 100644 index e7e0ac5..0000000 --- a/assets/www/js/assetcopy.js +++ /dev/null @@ -1,14 +0,0 @@ -function AssetCopy() { - -} - -AssetCopy.prototype.copy = function(asset, target, overwrite, win, fail) { - if(overwrite==false) overwrite="false"; - else overwrite="true"; - PhoneGap.exec(win, fail, "AssetCopy", "copy", [asset, target, overwrite]); -}; - -PhoneGap.addConstructor(function() { - PhoneGap.addPlugin("assetcopy", new AssetCopy()); - PluginManager.addService("AssetCopy","pl.org.nowoczesnapolska.wlmobi.AssetCopy"); -}); \ No newline at end of file