Changeset - ca3f2109a8b9
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-28 22:51:52
ohnobinki@ohnopublishing.net
Fix invalidly formatted JSON (extraneous comma).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -88,13 +88,13 @@ function addTips()
 
      },
 
      show: {
 
        ready: true
 
      },
 
      position:{
 
        my: 'top left', 
 
        at: 'bottom right',
 
        at: 'bottom right'
 
      }
 
    }
 
  );
 

	
 
}
 

	
0 comments (0 inline, 0 general)