Browse Source

fix examples

patch-2
Matias Alejo Garcia 11 years ago
parent
commit
2ae2fcb1d9
  1. 8
      examples/example.html

8
examples/example.html

@ -7,7 +7,6 @@
</head>
<body>
<div id='content'></div>
<script src="./jquery.js"></script>
<script src="../browser/bundle.js"></script>
<script type="text/javascript">
@ -39,13 +38,6 @@
});
$.ajax("./config.json", {
async: !1,
complete: function(resp) {
var config = resp.responseJSON;
}
});
</script>
</body>
</html>

Loading…
Cancel
Save