Dave Richardson

Results 4 issues of Dave Richardson

amp-add-class includes amp-has-class which appears to be based off of JQuery. When using amp-add-class on an SVGElement (or any object derived from one), the method hasClass() fails. This because of...

bugs
question

settings.redis.db = 10; updateConfig(settings, './config/app.yaml', 'production'); //Save 10 to redis.db of the 'production' section updateConfig({},'./config/app.yaml', 'production'); //Will remove the entire 'production' section Should Likely be updated to: var config =...

Whoops in yaml-congif.js (line 77) I left a @private in the documentation. Obviously its not private.....

If the local storage andlogKey exists, the module logs to the console despite the value in localStorage. This is somewhat documented in that you state you should delete the key...