Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Update Custom Screen docs #41 #44

Merged
merged 1 commit into from
Aug 27, 2016

Conversation

mjbradford89
Copy link
Contributor

Update for #41

Please let me know if there are any issues.

Thanks!

<pre><code class="javascript">class FooScreen extends Screen {
constructor() {
super();
cached = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must change to this.cached

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, thanks for catching that @eduardolundgren. Fixing it now.

@eduardolundgren eduardolundgren merged commit b134ee4 into liferay:master Aug 27, 2016
@eduardolundgren
Copy link
Contributor

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants