Skip to content

Commit

Permalink
RootPanel get function no longer exists
Browse files Browse the repository at this point in the history
git-svn-id: https://pyjamas.svn.sourceforge.net/svnroot/pyjamas/trunk@2422 7a2bd370-bda8-463c-979e-2900ccfb811e
  • Loading branch information
lkcl committed Apr 29, 2010
1 parent 9054350 commit bbe5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lightout/lightout.py
Expand Up @@ -85,6 +85,6 @@ def next_level(self):
if __name__ == '__main__':
pyjd.setup("public/lightout.html")
game = Game(3)
RootPanel().get('game').add(game)
RootPanel('game').add(game)
#RootPanel().add(game)
pyjd.run()

0 comments on commit bbe5891

Please sign in to comment.