Indentation fix only

This commit is contained in:
Kevin 2013-04-11 23:41:35 -07:00
parent 515fc27a0d
commit fd564696c8

View File

@ -61,4 +61,3 @@ if(window.iitcLoaded && typeof setup === 'function') {
var script = document.createElement('script');
script.appendChild(document.createTextNode('('+ wrapper +')();'));
(document.body || document.head || document.documentElement).appendChild(script);