fknorn

Results 3 comments of fknorn

I got it to work like this, but yes, the documentation should be extended. ```javascript $('#input').typeahead({ source: function(query,process) { $.getJSON('/info/suggestions?q='+query).done(function($data){ process($data); }); }, }); ```

Exactly, it's what's written in the comment (docblock) where the linter takes the information from. Ideally it should be in the function argument too, to make it strict. E.g. ```php...

Yep, same here :( Any workaround found? I'm getting this crackling sound when using NoSleep.js together with Howler... Update: I actually managed to solve it too. The import clue from...