Skip to content

Commit

Permalink
pod tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
2shortplanks committed Feb 28, 2011
1 parent 20ffe26 commit 5b22a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mac/Safari/JavaScript.pm
Expand Up @@ -51,12 +51,12 @@ compiles it, and executes it in order to control Safari.
Runs the JavaScript in the first tab of the front window of the
currently running Safari.
Your code is automatically executed in a function to avoid namespace
polution.
Your code is automatically executed in a JavaScript function to
avoid namespace polution.
If you JavaScript returns something (via the C<return> keyword) then,
as long as it can be represented by JSON, it will be returned as
the result of this.
the result the function call.
=cut

Expand Down

0 comments on commit 5b22a81

Please sign in to comment.