%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<!doctype html> <head> <meta charset="utf-8"> <title>morris.js tests</title> <link rel="stylesheet" href="../bower_components/mocha/mocha.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../morris.css" type="text/css" media="screen" /> <!-- jQuery packaging changed for 2.1.0, so try to load both paths, one will work. --> <script src="../bower_components/jquery/dist/jquery.js"></script> <script src="../bower_components/jquery/jquery.js"></script> <script type="text/javascript" src="../bower_components/raphael/raphael-min.js"></script> </head> <body> <div id="mocha"></div> <script type="text/javascript" src="../bower_components/mocha/mocha.js"></script> <script type="text/javascript" src="../bower_components/chai/chai.js"></script> <script type="text/javascript" src="../bower_components/chai-jquery/chai-jquery.js"></script> <script type="text/javascript" src="../bower_components/sinon/index.js"></script> <script type="text/javascript" src="../bower_components/sinon-chai/lib/sinon-chai.js"></script> <script> mocha.setup('bdd'); should = chai.should(); </script> <script type="text/javascript" src="../morris.js"></script> <script type="text/javascript" src="../build/spec.js"></script> <div id="test" style="width: 400px; height: 200px;"></div> <script> if (navigator.userAgent.indexOf('PhantomJS') < 0) { mocha.run(); } </script> </body> </html>