Localized snippets in greek up until bottomVisible
This commit is contained in:
@ -103,7 +103,7 @@ Use \`Array.forEach()\` to return a \`function\` that uses \`Function.apply()\`
|
||||
|
||||
`,
|
||||
'comments': [`// Logs 'clicked docs' when clicked.`],
|
||||
'hash': '2d8eba637f445e60525f33ebc004a70e40b06ab4bc13f8262652535008cbb40c'
|
||||
'hash': '2d8eba637f445e60525f33ebc004a70e40b06ab4bc13f8262652535008cbb40c => 00a2fdef0a5cfdf4e4e634937306e9f9851d11491f406e3ea209d9d0141bacae'
|
||||
},
|
||||
'bindKey' : {
|
||||
'description': `### bindKey
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
Thu Feb 08 2018 13:51:53 GMT+0200 (GTB Standard Time)
|
||||
Hash changes: 0
|
||||
Thu Feb 08 2018 14:27:35 GMT+0200 (GTB Standard Time)
|
||||
Hash changes: 1
|
||||
|
||||
Snippet name:bindAll
|
||||
Old hash: 2d8eba637f445e60525f33ebc004a70e40b06ab4bc13f8262652535008cbb40c
|
||||
New hash: 00a2fdef0a5cfdf4e4e634937306e9f9851d11491f406e3ea209d9d0141bacae
|
||||
|
||||
1141
locale/el_GR.js
1141
locale/el_GR.js
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,6 @@
|
||||
Thu Feb 08 2018 13:51:53 GMT+0200 (GTB Standard Time)
|
||||
Hash changes: 0
|
||||
Thu Feb 08 2018 14:27:35 GMT+0200 (GTB Standard Time)
|
||||
Hash changes: 1
|
||||
|
||||
Snippet name:bindAll
|
||||
Old hash: 2d8eba637f445e60525f33ebc004a70e40b06ab4bc13f8262652535008cbb40c
|
||||
New hash: 00a2fdef0a5cfdf4e4e634937306e9f9851d11491f406e3ea209d9d0141bacae
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user