fix examples

This commit is contained in:
Matias Alejo Garcia 2014-02-27 23:11:27 -03:00
parent be4a228aee
commit 2ae2fcb1d9
1 changed files with 0 additions and 8 deletions

View File

@ -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>