Feross Aboukhadijeh
Feross Aboukhadijeh
so many people ask me questions via the olark live chat. there should be a place for them to ask and get an answer from the site. realtime notify them...
- Ask Quora/AdmitSphere users if they want their posts republished - Consider using EssayHell/etc. content - Hire writer to do 1-2 new posts per day
like: http://www.1stwebdesigner.com/css/css-tricks-quotes-tooltips/
Currently, `elem.attributes` does not include the `style` attribute since that's stored as a separate object. See: https://github.com/developit/undom/blob/master/src/undom.js#L93-L95 This differs from my expectations. It also means that the provided `serializeHtml()` function...
The following code fails using the npm package with Browserify: ``` js var benchmark = require('benchmark') var suite = benchmark.Suite() ``` With the following error: ``` Uncaught TypeError: benchmark.Suite is...
Polluting the `window` object with the `getStats` method shouldn't be necessary when module.exports is available. Instead just export the function. This will help users who bundle their javascript with tools...