Skip to content

Commit 54254cb

Browse files
author
romanfuchs
committed
Merge pull request airbnb#206 from sronnlund/master
Missing semicolon
2 parents 18a1ee5 + 6cbf79a commit 54254cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@
12231223

12241224
var luke = new Jedi();
12251225
luke.jump(); // => true
1226-
luke.setHeight(20) // => undefined
1226+
luke.setHeight(20); // => undefined
12271227

12281228
// good
12291229
Jedi.prototype.jump = function() {

0 commit comments

Comments
 (0)