Welcome to mirror list, hosted at ThFree Co, Russian Federation.

OC.js « unit « javascript « tests - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbf1fe9781ccf13d291acba13e51dd9d787a6b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
export class OC {

	generateUrl(url) {
		return ''
	}

	imagePath(app, img) {
		return ''
	}

}