Skip to content

Commit

Permalink
Merge pull request #630 from liamgriffiths/patch-1
Browse files Browse the repository at this point in the history
:)
  • Loading branch information
MiLk committed Apr 10, 2015
2 parents ce0c2a7 + 5e65fbc commit 7661609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obama_code/app.js
Expand Up @@ -7,8 +7,8 @@ var opinion_poll = {

function moveForward(id)
{
throw "fixing a poll is not allowed."
throw new Error("fixing a poll is not allowed.")
}

// Obama wrote this line
moveForward(100);
moveForward(100);

1 comment on commit 7661609

@xuzhijiang2015
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q

Please sign in to comment.