misc updates; add geo demo

This commit is contained in:
rolux 2011-12-31 18:27:02 +05:30
commit 34753cb2ed
9 changed files with 219 additions and 81 deletions

View file

@ -40,8 +40,8 @@ Ox.parseHTML <f> Takes HTML from an untrusted source and returns something sane
Ox.parseHTML = (function() {
var defaultTags = [
// inline formatting
'b', 'code', 'i', 'q', 's', 'sub', 'sup', 'u',
// block
'b', 'code', 'i', 's', 'sub', 'sup', 'u',
// block formatting
'blockquote', 'h1', 'p', 'pre',
// lists
'li', 'ol', 'ul',