OC.FilePath has still a valid use case when generating paths to static files what for generateUrl cannot be used for - closes #15604
This commit is contained in:
parent
e44b164f40
commit
9c550a07ed
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue