cssx icon indicating copy to clipboard operation
cssx copied to clipboard

Using cssx.js with bdload

Open chuckdumont opened this issue 15 years ago • 1 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.

chuckdumont avatar Mar 21 '11 16:03 chuckdumont

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

unscriptable avatar Mar 21 '11 17:03 unscriptable