__VERSION_CODE__

This commit is contained in:
ckcz123 2019-01-06 14:19:44 +08:00
parent 1c196d05f9
commit 7015b0fbee

View File

@ -179,6 +179,7 @@ function main() {
this.canvas = {};
this.__VERSION__ = "2.5.4";
this.__VERSION_CODE__ = 20;
}
main.prototype.init = function (mode, callback) {