Skip to content

Commit

Permalink
回复demo文件。去除调试代码。
Browse files Browse the repository at this point in the history
  • Loading branch information
binnng committed Oct 21, 2014
1 parent 23b15a6 commit 81246be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, user-scalable=no">
</head>
<body style="background: #eee">
<p onclick="debug.error('error')" style="margin-top: 200px">增加一个错误信息</p>
<script type="text/javascript">
debug.success("This is success message:)");
debug.error("This is error message:)");
debug.log("This is primary message:)");
debug.log({a: 1, b: 2});

debug.guai();

debug.lsog(1)
debug.log([1,2,3]);
</script>
</body>
</html>

0 comments on commit 81246be

Please sign in to comment.