Skip to content

Commit

Permalink
changed test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lampros committed Aug 26, 2011
1 parent 14c7b60 commit 2706ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markium/test.txt
Expand Up @@ -12,9 +12,9 @@ var obj = new Object();
obj.prop = function(param, param2) {
return true;
}
'''
```

'''js
```js
if (typeof obj === "undefined") {
alert("something is really wrong.");
} else {
Expand Down

0 comments on commit 2706ef2

Please sign in to comment.