raphael.core.js
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jul 2012 06:33:13 +0000 (14:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jul 2012 06:33:13 +0000 (14:33 +0800)
raphael.core.js

index 524f7b8..8344f14 100644 (file)
@@ -5,6 +5,7 @@
 // │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com)             │ \\
 // │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
 // └─────────────────────────────────────────────────────────────────────┘ \\
+
 (function () {
     /*\
      * Raphael
      **
      * Can be “SVG”, “VML” or empty, depending on browser support.
     \*/
-    R.type = (g.win.SVGAngle || g.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1") ? "SVG" : "VML");
+    R.type = (g.win.SVGAngle ||
+            g.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1") ? "SVG" : "VML");
     if (R.type == "VML") {
         var d = g.doc.createElement("div"),
             b;