From 023731b4c74cac72f55299502a34eb5ef88b8db0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 15 Dec 2013 18:18:55 -0800 Subject: [PATCH] fix var name in example to follow JS conventions --- getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started.html b/getting-started.html index c43abe1979..4c39ebccd7 100644 --- a/getting-started.html +++ b/getting-started.html @@ -884,8 +884,8 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { {% highlight html %} -- 2.47.2