Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Feb 28, 2014
1 parent be4a228 commit 2ae2fcb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/example.html
Expand Up @@ -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">
Expand Down Expand Up @@ -39,13 +38,6 @@

});

$.ajax("./config.json", {
async: !1,
complete: function(resp) {
var config = resp.responseJSON;
}
});

</script>
</body>
</html>

0 comments on commit 2ae2fcb

Please sign in to comment.