Explorar el Código

Turn off firebug-lite in canvas test page.

Joel Martin hace 15 años
padre
commit
1b90deeef5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tests/canvas.html

+ 2 - 1
tests/canvas.html

@@ -1,9 +1,10 @@
 <html>
     <head>
         <title>Canvas Performance Test</title>
-        <meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">
+        <!--
         <script type='text/javascript' 
             src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
+        -->
         <script src="include/util.js"></script>
         <script src="include/base64.js"></script>
         <script src="include/canvas.js"></script>