File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,9 +92,10 @@ export class Service implements IService {
9292
9393 /** List of components (Reports/Tiles) that have been embedded using this service instance. */
9494 private embeds : embed . Embed [ ] ;
95- /** TODO: Look for way to make this private without sacraficing ease of maitenance. This should be private but in embed needs to call methods. */
96- public hpm : hpm . HttpPostMessage ;
97- public wpmp : wpmp . WindowPostMessageProxy ;
95+ /** TODO: Look for way to make hpm private without sacraficing ease of maitenance. This should be private but in embed needs to call methods. */
96+ hpm : hpm . HttpPostMessage ;
97+ /** TODO: Look for way to make wpmp private. This is only public to allow stopping the wpmp in tests */
98+ wpmp : wpmp . WindowPostMessageProxy ;
9899 private router : router . Router ;
99100
100101 /**
You can’t perform that action at this time.
0 commit comments