From 4fd42d2c58c596a5662b6f070718d47678b792be Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Amri Date: Mon, 18 Mar 2019 22:27:23 +0800 Subject: [PATCH] fix example --- example/example.html | 2 +- source/Graphics.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.html b/example/example.html index b5d4bed..0910645 100644 --- a/example/example.html +++ b/example/example.html @@ -7,7 +7,7 @@ - + diff --git a/source/Graphics.js b/source/Graphics.js index 2369f40..14b2ac5 100644 --- a/source/Graphics.js +++ b/source/Graphics.js @@ -19,7 +19,7 @@ export default class Graphics this._Cleanup = []; } - initialize(cb, staticPath) + initialize(staticPath, cb) { if (CanvasKit === null) {