Skip to content

Instantly share code, notes, and snippets.

@nickgian
Created October 22, 2012 18:27
Show Gist options
  • Save nickgian/3933212 to your computer and use it in GitHub Desktop.
Save nickgian/3933212 to your computer and use it in GitHub Desktop.
Before opening
After opening
no scope
----------------------------------------
scope:
----------------------------------------
Before hiding
scope: x[0]
----------------------------------------
After hiding
scope: Hidden!!
----------------------------------------
Before unhiding
scope: Hidden!!
----------------------------------------
After unhiding
scope: x[0]
----------------------------------------
Before opening
scope: x[0]
----------------------------------------
After opening
scope:
scope: x[0]
----------------------------------------
Before hiding
scope: y[0]
scope: x[0]
----------------------------------------
After hiding
scope: Hidden!!
scope: x[0]
----------------------------------------
Before opening letin
scope: Hidden!!
scope: x[0]
----------------------------------------
After opening letin
scope:
scope: Hidden!!
scope: x[0]
----------------------------------------
Before hiding
scope: x[0]
scope: Hidden!!
scope: x[0]
----------------------------------------
After hiding
scope: Hidden!!
scope: Hidden!!
scope: x[0]
----------------------------------------
Before unhiding
scope: Hidden!!
scope: Hidden!!
scope: x[0]
----------------------------------------
After unhiding
scope: x[0]
scope: Hidden!!
scope: x[0]
----------------------------------------
Before closing letin
scope: x[0]
scope: Hidden!!
scope: x[0]
----------------------------------------
Afterclosing letin
scope: Hidden!!
scope: x[0]
----------------------------------------
Before unhiding
scope: Hidden!!
scope: x[0]
----------------------------------------
After unhiding
scope: y[0]
scope: x[0]
----------------------------------------
Before closing
scope: y[0]
scope: x[0]
----------------------------------------
Afterclosing
scope: x[0]
----------------------------------------
Before closing
scope: x[0]
----------------------------------------
Afterclosing
no scope
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment