X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/d947c00d92691df552a793f8d9c2991c931ad244..ece057f255f997085854b36d6f858b97dad44546:/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