Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

use the global precedence when checking to invalidate #687

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

agubler
Copy link
Member

@agubler agubler commented Sep 20, 2017

Type: bug

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Ensure that the globalPrecedence flag is used when checking if registered widgets need invalidation.

Also removes the diffProperty for registry, as no longer required.

@@ -122,7 +122,6 @@ const boundAuto = auto.bind(null);
/**
* Main widget base for all widgets to extend
*/
@diffProperty('registry', ignore)
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need this special diffProperty for registry now it is not a supported property.

@agubler agubler merged commit 4c579de into dojo:master Sep 20, 2017
@dylans dylans added this to the 2017.09 milestone Sep 20, 2017
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.

None yet

3 participants