Skip to content

Commit

Permalink
pyjs: reinstate pyjd functions proper
Browse files Browse the repository at this point in the history
  • Loading branch information
C Anthony Risinger committed Aug 25, 2012
1 parent 7282d2a commit 8f4945e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyjs/src/pyjs/lib/pyjd.py
@@ -1,5 +1,7 @@
from __pyjamas__ import JS

is_desktop = False

setup = run = JS('''function(){return null;}''')
def setup(application, appdir=None, width=800, height=600):
pass

def run(one_event=False, block=True):
pass

0 comments on commit 8f4945e

Please sign in to comment.