FIX: Load order of applyFlaggedProperties

This commit is contained in:
Robin Ward 2015-05-12 11:15:45 -04:00
parent 7a6aab24f1
commit 5754bb3654

View File

@ -2,6 +2,6 @@ import { applyFlaggedProperties } from 'discourse/controllers/header';
export default {
name: 'apply-flagged-properties',
after: 'map-routes',
after: 'register-discourse-location',
initialize: applyFlaggedProperties
};