kmewhort / pointer_events_polyfill

Polyfill to provide support for "pointer-events: none".
Other
274 stars 76 forks source link

Close last declaration #4

Closed mhmxs closed 10 years ago

mhmxs commented 10 years ago

Need to close the declaration to avoid errors in combined Js files. //file1 var foo = function(bar) { console.log(bar) } //file2 (function() { alert(1) })();