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);