X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/2f315aa89bfdc0be1cb84ef27809be8886e55abe..47c6f3ce00bf63377aa1f4f4332039534ff7d7ee:/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