mirrored fromhttps://github.com/cloudflare/JSON.is
https://forge.edgedefence.com/cloudflare/JSON.is.git
Download ZIP
8lines · modecode
# iOS CSS hover hack
document.addEventListener('touchstart', (->), false)
if document.getElementById 'home-page'
require('./home.coffee')
if document.getElementById 'editor'
require('./docBase.coffee')