fix dot in playground docs

This commit is contained in:
Sebastian McKenzie
2014-11-26 00:08:34 +11:00
parent 301887f88d
commit 9fb6681ad3

View File

@@ -47,7 +47,7 @@ var obj = {};
if (Object.prototype.hasOwnProperty.call(obj, "x")) obj.x = 2;
```
### Method binding expression.
### Method binding expression
```javascript
var fn = obj:method;