fix(#514): add missing instance method containPixel

This commit is contained in:
Justineo
2021-02-26 18:33:34 +08:00
parent 0bdbd2034b
commit 121570378f

View File

@ -11,6 +11,7 @@ const METHOD_NAMES = [
"dispatchAction", "dispatchAction",
"convertToPixel", "convertToPixel",
"convertFromPixel", "convertFromPixel",
"containPixel",
"getDataURL", "getDataURL",
"getConnectedDataURL", "getConnectedDataURL",
"appendData", "appendData",