Hello,
Today, I'm studying Lea Verou's prefixfree: https://raw.github.com/LeaVerou/pref.../prefixfree.js
I have a question about this approach:
Code JavaScript:(function(){ var self = window.StyleFix = { link: function(link) { try { ... } catch(e) { return; } ...
Wht is the reason to use var self = ... ?
![]()



Reply With Quote


Bookmarks