1 parent 1fcf86f commit e34611dCopy full SHA for e34611d
1 file changed
README.md
@@ -961,7 +961,7 @@
961
this.set('lightsaber', lightsaber);
962
}
963
964
- Jedi.prototype.set: function(key, val) {
+ Jedi.prototype.set = function(key, val) {
965
this[key] = val;
966
};
967
0 commit comments