Localized snippets in greek up until bottomVisible

This commit is contained in:
Angelos Chalaris
2018-02-08 14:34:03 +02:00
parent 8ce8854274
commit bb3acc0742
5 changed files with 591 additions and 568 deletions

View File

@ -1,5 +1,7 @@
### bindAll
Binds methods of an object to the object itself, overwriting the existing method.
Use `Array.forEach()` to return a `function` that uses `Function.apply()` to apply the given context (`obj`) to `fn` for each function specified.
```js