Change stage values

This commit is contained in:
Florent Cailhol 2018-07-31 11:53:53 +02:00 committed by Tobias Koppers
parent 7b02084bc5
commit a61778aad4
1 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@
"use strict";
exports.STAGE_BASIC = 0;
exports.STAGE_DEFAULT = 10;
exports.STAGE_ADVANCED = 20;
exports.STAGE_BASIC = -10;
exports.STAGE_DEFAULT = 0;
exports.STAGE_ADVANCED = 10;