From 0b63ddc1b8e40757fa378cad89d66e7eaacb9ca1 Mon Sep 17 00:00:00 2001 From: LibreTitan Date: Sat, 23 Feb 2013 13:40:04 -0500 Subject: [PATCH] mozilla update mozilla update, $browser --- qatrix.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qatrix.js b/qatrix.js index c299ace..3a70de2 100644 --- a/qatrix.js +++ b/qatrix.js @@ -1310,6 +1310,7 @@ var version = '1.0.3 pre', msie8: /msie 8\.0/, msie9: /msie 9\.0/, msie10: /msie 10\.0/, + mozilla: /mozilla/, firefox: /firefox/, opera: /opera/, webkit: /webkit/, @@ -1358,4 +1359,4 @@ $ready(function () }); // Create a shortcut for compression -})(window, document); \ No newline at end of file +})(window, document);