Skip to content

Commit

Permalink
Aligned (by way of space bar) the first var declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cernalpanic committed Jan 12, 2012
1 parent cfa7ec2 commit bea6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-patterns/singleton.html
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<script>
var obj = {
var obj = {
myprop: 'my value'
};

Expand Down

0 comments on commit bea6f1c

Please sign in to comment.