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 382ae0d  more prep for strict mode
382ae0d is described below

commit 382ae0d0900aabbafde43115b68a8d0c9da2576d
Author: Sam Ruby <[email protected]>
AuthorDate: Fri Jan 19 22:27:40 2018 -0500

    more prep for strict mode
---
 www/board/agenda/spec/vue_server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/vue_server.rb 
b/www/board/agenda/spec/vue_server.rb
index 6c8744d..1c8ab79 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -72,7 +72,7 @@ class VueServer
   # the server itself
   @@server = proc do
     cleanup = require("jsdom-global/register")
-    delete XMLHttpRequest
+    delete global.XMLHttpRequest
 
     process.env.VUE_ENV = 'server'
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to