Skip to content

Commit

Permalink
added whitespace for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
master-lincoln committed Apr 12, 2014
1 parent 90ded28 commit 17c8a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As you know Javascript has two different ways to treat the data it receives as a
See the following code:

```
var oPerson = { name: 'john'};
var oPerson = { name: 'john' };
(function(oTeacher) {
window.getTeacher= function() {
Expand Down Expand Up @@ -119,4 +119,4 @@ var console = {
}
};
```
---
---

0 comments on commit 17c8a11

Please sign in to comment.