This commit is contained in:
hacksalot
2016-01-20 21:43:11 -05:00
parent f77cced7f3
commit 984ae95576
4 changed files with 17 additions and 21 deletions
+3 -1
View File
@@ -36,7 +36,9 @@ Event code definitions.
beforePeek: 20,
afterPeek: 21,
beforeInlineConvert: 22,
afterInlineConvert: 23
afterInlineConvert: 23,
beforeValidate: 24,
afterValidate: 25
};