Skip to content

Commit

Permalink
Build 3022.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Apr 17, 2017
1 parent 932b080 commit 7a78918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions runtime/src/jycessing/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Python mode build number
#Mon, 19 Dec 2016 19:18:29 -0500
#Mon, 17 Apr 2017 17:25:19 -0400

build.date=2016/12/19 19\:18
build.number=3020
build.date=2017/04/17 17\:25
build.number=3022
4 changes: 2 additions & 2 deletions runtime/src/jycessing/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ def __ge__(a, b):
# Now expose the funky PVector class as a builtin.
__builtin__.PVector = PVector

# Make it available to sketches by the name "this", to better match existing
# Java-based documentation for third-party libraries, and such.
# Make the PApplet available to sketches by the name "this", to better match
# existing Java-based documentation for third-party libraries, and such.
__builtin__.this = __papplet__


Expand Down

0 comments on commit 7a78918

Please sign in to comment.