g.bar.0.51.js
authorAlan Knowles <alan@roojs.com>
Mon, 20 Jun 2016 09:25:33 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Jun 2016 09:25:33 +0000 (17:25 +0800)
g.bar.0.51.js

index 361b8a9..2eca94a 100644 (file)
@@ -5,10 +5,10 @@
  * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
  */
 
-importz = typeof(importz) == 'undefined' ? imports['seed/importz.js'].importz : importz;
+importz = imports['seed/importz.js'].importz;
 
-importz('Raphael') ? null:  Raphael = importz('Raphael',true);
-importz('Roo') ? null:  Roo = imports.seed.Roo.Roo ;
+Raphael = importz('Raphael');
+Roo = importz('Roo');
 
 //chartinst = typeof(chartinst) != 'undefined' ? chartinst:  (imports ? imports.chartinst.chartinst : {});