Skip to content

Commit

Permalink
Fix indentation in script.html example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed Jun 10, 2015
1 parent 44930e1 commit 8997e10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/script.html
Expand Up @@ -3,11 +3,11 @@
<script src="./functions.js"></script>
<script>
var _rollbarConfig = {
accessToken: "POST_CLIENT_ITEM_ACCESS_TOKEN",
captureUncaught: true,
payload: {
environment: "test"
}
accessToken: "POST_CLIENT_ITEM_ACCESS_TOKEN",
captureUncaught: true,
payload: {
environment: "test"
}
};
</script>
<script src="../dist/rollbar.umd.js"></script>
Expand Down

0 comments on commit 8997e10

Please sign in to comment.