Travis build: 1441

This commit is contained in:
30secondsofcode
2018-01-26 12:16:06 +00:00
parent 687e683e6a
commit fe193fcbcd
4 changed files with 56 additions and 5 deletions

View File

@ -16,8 +16,8 @@ const bindAll = (obj, ...fns) =>
```js
var view = {
'label': 'docs',
'click': function() {
label: 'docs',
click: function() {
console.log('clicked ' + this.label);
}
};