Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: e2ac22645d230f4095d8351b6b09b0ed8f4e3391 (plain) (blame)
1
2
3
4
5
6
7
function Test() {
	if (true) {
		return;
	}
}
Test.myFunction = function() {
}

Back to the top