Skip to content

Instantly share code, notes, and snippets.

View hermo's full-sized avatar

Mirko Grönroos hermo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hermo on github.
  • I am hermo (https://keybase.io/hermo) on keybase.
  • I have a public key ASCmT28tFa-trtLkHuEfm2F72d0hsgIJmNYLJwPYGpVaHgo

To claim this, I am signing this object:

@hermo
hermo / _AttachNodesMixin.js
Created January 11, 2013 14:52
_AttachNodesMixin, Enable data-dojo-attach-(point|event) on non-templated, nested dijit widgets. Very rough and almost nontested but basically works :)
/**
* Adds the ability to use data-dojo-attach-* properties on non-templated widgets.
*/
define([
'dojo/_base/declare',
'dojo/_base/lang',
'dojo/parser',
'dojo/touch',
'dijit/registry'
], function (declare, lang, parser, touch, registry) {
@hermo
hermo / dabblet.css
Created June 14, 2012 12:27
Untitled
@-webkit-keyframes blinker {
from{
background-position: 20px 0;
}
to{
background-position: 0 0;
}