Skip to content

Commit e34611d

Browse files
committed
[accessors] fixes airbnb#13
1 parent 1fcf86f commit e34611d

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
@@ -961,7 +961,7 @@
961961
this.set('lightsaber', lightsaber);
962962
}
963963
964-
Jedi.prototype.set: function(key, val) {
964+
Jedi.prototype.set = function(key, val) {
965965
this[key] = val;
966966
};
967967

0 commit comments

Comments
 (0)