Created
November 11, 2008 00:25
-
-
Save endash/23704 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> Editor.Page.find(1)['_page@102'] | |
SC.Collection:@127 conditions=Object _bindings=[0] _observers=[0] | |
>>> Editor.Page.find(2)['_page@102'] | |
SC.Collection:@128 conditions=Object _bindings=[0] _observers=[0] | |
>>> $I(Editor.Page.find(1)['_page@102'].conditions) | |
"#<Hash:{'page': Editor.Page({ guid=2 })}>" | |
>>> $I(Editor.Page.find(2)['_page@102'].conditions) | |
"#<Hash:{'page': Editor.Page({ guid=2 })}>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment