From 8fc6e57a426eaa6b6f437ed0c65793b19e83515f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enik=C5=91=20Nagy?= Date: Thu, 17 Sep 2015 21:37:26 +0200 Subject: [PATCH] use window instead of this --- js/utils/platform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/platform.js b/js/utils/platform.js index 0df0a8b13f3..4389bd62924 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -447,4 +447,4 @@ }); } -})(this, document, ionic); +})(window, document, ionic);