removed not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection

This commit is contained in:
Philipp Schaefer 2013-05-27 14:50:33 +02:00
parent ff900520ad
commit 8d1dcf74fe

View File

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