Kevin Dalman
Kevin Dalman
jQuery 3 dropped the 'selector' property on objects. Just comment out that line of code in your copy of Layout. That property was copied to state.container only to provide extra...
I don't know what this comment described? Is something no longer working? If this is just a question about a problem you are having, use the Layout forum to request...
"Just fetch the boxSizing value and if its not available or not set, default to content-box." This is incorrect for IE6 & IE7 quirks-mode, which work _like_ box-size=border-box, yet do...
Thanks @quarklemotion. I'll investigate what hooks I could use to be compatible with _both_ versions 5 and 6. If this isn't possible then I'll probably create a custom HOC using...