plugins/raphael.export.js
[raphael] / plugins / raphael.export.js
index 60b896d..16eb187 100644 (file)
     var serializer = {
         'text': function (node) {
             
-            style = extractStyle(node);
+            var style = extractStyle(node);
             
             var tags = new Array;