Showing
3 changed files
with
2 additions
and
2 deletions
This diff could not be displayed because it is too large.
@@ -23,7 +23,7 @@ function login(obj) { | @@ -23,7 +23,7 @@ function login(obj) { | ||
23 | 23 | ||
24 | _this.auth = function (nodeList, user) { | 24 | _this.auth = function (nodeList, user) { |
25 | if (!user.uid) { | 25 | if (!user.uid) { |
26 | - nodeList.forEach(function (value) { | 26 | + [].forEach.call(nodeList, function(value) { |
27 | value.onclick = function (event) { | 27 | value.onclick = function (event) { |
28 | event.preventDefault(); | 28 | event.preventDefault(); |
29 | _this.goLogin(); | 29 | _this.goLogin(); |
-
Please register or login to post a comment