unscriptable / cssx

Rewrite of cujo's cssx library for extending css in older browsers (requires an AMD loader)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using cssx.js with bdload

chuckdumont opened this issue · comments

Works pretty well. Only issue I had was that bdload does not pass the config object in the load method. Fixed this by adding the following:
config = config || {},
around line 261.

Thanks Chuck!

The config param was a recent addition to the proposal. Heh, James didn't add it to the proposal wiki, yet.

Still, it should be more robust than it is, regardless.

-- John