All pastes #2053771 Raw Edit

Untitled

public javascript v1 · immutable
#2053771 ·published 2011-05-04 11:38 UTC
rendered paste body
someValue = "foo";someElement.onclick = function() {  alert(someValue);}someValue = "bar";