# HG changeset patch # User Nathan Phillip Brink # Date 2011-03-28 22:51:52 # Node ID ca3f2109a8b9f36c3f745089e02a3dd650392f8e # Parent 4b72fdabad4c38d5badaa6fa70f057ac4a9d38c6 Fix invalidly formatted JSON (extraneous comma). diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -91,7 +91,7 @@ function addTips() }, position:{ my: 'top left', - at: 'bottom right', + at: 'bottom right' } } );