diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-07 12:23:42 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-07 12:23:42 +0100 |
commit | 9c550a07ed439bf589fc5e3ebe7c3f2fe1807449 (patch) | |
tree | 758b724ed3238b9848c4ebb02473f0c874483455 /core | |
parent | e44b164f406b52530d81e755c9e1b959e0f1ef27 (diff) | |
download | nextcloud-server-9c550a07ed439bf589fc5e3ebe7c3f2fe1807449.tar.gz nextcloud-server-9c550a07ed439bf589fc5e3ebe7c3f2fe1807449.zip |
OC.FilePath has still a valid use case when generating paths to static files what for generateUrl cannot be used for - closes #15604
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index cbdffd0f016..2937d3f6eb1 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -174,7 +174,6 @@ var OC={ * @param {string} type the type of the file to link to (e.g. css,img,ajax.template) * @param {string} file the filename * @return {string} Absolute URL for a file in an app - * @deprecated use OC.generateUrl() instead */ filePath:function(app,type,file){ var isCore=OC.coreApps.indexOf(app)!==-1, |