I hereby claim:
- I am enricomarino on github.
- I am enricomarino (https://keybase.io/enricomarino) on keybase.
- I have a public key ASCHx0Sd8v7wxOvOvFrNVK-jShBciLFpwpjbilsri7a4nQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Element plugins mechanism</title> | |
<style> | |
.selected { | |
outline: 2px solid darkgrey; | |
} | |
</style> | |
</head> |
function $ (el) { | |
if(!(this instanceof $)) { | |
return new $(el); | |
} | |
this.el = el; | |
} | |
function Style (el) { | |
this.el = el; | |
} |