From 3f8b03a9008db4c727d58eb7eecc628c745ccf75 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sun, 22 Jan 2012 02:15:02 +0100 Subject: [PATCH] Typo again --- static/js/ace2_common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/ace2_common.js b/static/js/ace2_common.js index d08c521a1..4561b9192 100644 --- a/static/js/ace2_common.js +++ b/static/js/ace2_common.js @@ -95,8 +95,8 @@ var browser = { opera: /opera/.test(userAgent), msie: /msie/.test(userAgent) && !/opera/.test(userAgent), mozilla: /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent), - windows: /windows/.test(userAgent) - mobile: /mobile/.test(userAgent) || /android/.test(userAgent); + windows: /windows/.test(userAgent), + mobile: /mobile/.test(userAgent) || /android/.test(userAgent) };