[Framework] Document extension ordering rules

Add a description of priority-ordering rules (implemented for WTD-590)
to framework documentation.
This commit is contained in:
Victor Woeltjen
2015-01-07 17:18:39 -08:00
parent 64ede1e917
commit 731c2b6c21
2 changed files with 35 additions and 3 deletions

View File

@ -19,9 +19,10 @@ define({
},
PRIORITY_LEVELS: {
"fallback": Number.NEGATIVE_INFINITY,
"default": 100,
"optional": 200,
"preferred": 400,
"default": -100,
"none": 0,
"optional": 100,
"preferred": 1000,
"mandatory": Number.POSITIVE_INFINITY
},
DEFAULT_PRIORITY: 0