Skip to content

Commit 23df463

Browse files
authored
Merge pull request #6 from Tropicalista/patch-1
Remove useless entrypoint
2 parents 61f7883 + 22f9c43 commit 23df463

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/cbjavaloader/ModuleConfig.cfc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ component {
1515
this.viewParentLookup = true;
1616
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa
1717
this.layoutParentLookup = true;
18-
// Module Entry Point
19-
this.entryPoint = "cbjavaloader";
2018
// CF Mapping
2119
this.cfmapping = "cbjavaloader";
2220

0 commit comments

Comments
 (0)