seed/Matrix.js
authorAlan Knowles <alan@roojs.com>
Mon, 20 Jun 2016 09:26:17 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Jun 2016 09:26:17 +0000 (17:26 +0800)
seed/Matrix.js

index 38b88c3..58f8660 100644 (file)
@@ -1,5 +1,4 @@
-importz = typeof(importz) == 'undefined' ? imports['seed/importz.js'].importz : importz;
-
+importz = imports['seed/importz.js'].importz;
 Raphael = importz('Raphael');
 
 function Matrix(a, b, c, d, e, f) {