This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2a82486 make board agenda "JSONStorage" work on Safari
2a82486 is described below
commit 2a8248663339f507e4d95c89417d06ced3839cbb
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Jun 27 10:24:02 2017 -0400
make board agenda "JSONStorage" work on Safari
---
www/board/agenda/views/models/jsonstorage.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/models/jsonstorage.js.rb
b/www/board/agenda/views/models/jsonstorage.js.rb
index 94e3f48..3935adb 100644
--- a/www/board/agenda/views/models/jsonstorage.js.rb
+++ b/www/board/agenda/views/models/jsonstorage.js.rb
@@ -88,7 +88,7 @@ class JSONStorage
elsif defined? XMLHttpRequest
# retrieve from the network only
- retrieve name, :json, &block
+ retrieve name, :json, block
end
end
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].