I hereby claim:
- I am remitbri on github.
- I am remitbri (https://keybase.io/remitbri) on keybase.
- I have a public key whose fingerprint is B615 4337 FF39 1982 76C9 6205 CF55 6EFE 06D3 16F0
To claim this, I am signing this object:
17 ┆ jsStuff => | |
18 ┆ switch (beeTypeFromJs(jsStuff)) { | |
>19 ┆ | Some(output) => output | |
20 ┆ | None => `baa | |
21 ┆ }; | |
This has type: | |
beeType | |
But somewhere wanted: | |
stuff4 |
I hereby claim:
To claim this, I am signing this object:
.Icon{ | |
display: inline-block; | |
vertical-align: middle; | |
color: inherit; | |
} | |
.Icon--defaultSize{ | |
width: 1rem; | |
} | |
.Icon-subcontainer{ |
So, about this short conversation about containing thing, some examples where I think this is not such an obvious move as it sounds.
import React from 'react';
export class Icon extends React.Component {
/* ... */
getDefaultProps() {
return {
module.exports = someViewFramework.extend({ | |
element : ".js-thatElement", | |
events : { | |
"click" : "doStuff", | |
"keypress" : "doStuffKeyboard" | |
}, | |
doStuff : function() { | |
// foo |
Object.getPrototypeOf(console).log.call(console, val1, val2, …) |
(document.documentElement || document.body.parentNode || document.body).scrollTop; |