Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Apr 27, 2012
1 parent 16a4e65 commit c7446a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/examples/groovy/webapp/App.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def webServerConf = [
bridge: true,

// This defines which messages from the client we will let through
// from the client
// to the server side
permitted: [
// Allow calls to get static album data from the persistor
[
Expand Down
2 changes: 1 addition & 1 deletion src/examples/javascript/webapp/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var webServerConf = {
bridge: true,

// This defines which messages from the client we will let through
// from the client
// to the server side
permitted: [
// Allow calls to get static album data from the persistor
{
Expand Down
4 changes: 2 additions & 2 deletions src/examples/ruby/webapp/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'bridge' => true,

# This defines which messages from the client we will let through
# from the client
# to the server side
'permitted' => [
# Allow calls to get static album data from the persistor
{
Expand All @@ -38,7 +38,7 @@
}
}
]
};
}

# Now we deploy the modules that we need

Expand Down

0 comments on commit c7446a1

Please sign in to comment.