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)
{