Skip to content

Commit

Permalink
Added firebug and console support
Browse files Browse the repository at this point in the history
  • Loading branch information
johndyer committed May 29, 2015
1 parent a109f4d commit 456e26a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/test.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<!DOCTYPE html>
<html>
<html debug="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>HTML5 MediaElement</title>

<script src="firebug-lite/build/firebug-lite.js"></script>

<script>
if (typeof window.console == 'undefined') {
window.console = {log:function() {}};
}
</script>

<script src="../build/jquery.js"></script>

<script src="../src/js/me-namespace.js" type="text/javascript"></script>
Expand Down

0 comments on commit 456e26a

Please sign in to comment.