VPenkov / okayNav

The world's okayest responsive navigation. This is (sort of) a legacy implementation. Please stay tuned to the 3.0 branch (https://github.com/VPenkov/okayNav/tree/v3.0)
4.02k stars 266 forks source link

jquery.okayNav-min.js:6 Uncaught ReferenceError: _options is not defined #33

Open polikin opened 8 years ago

polikin commented 8 years ago

I'm using Browserify. I tried this:

let okayNav = require('../vendors/jquery.okayNav-min');
var navigation = $('#nav-main').okayNav();

but it's doesn't work.

jquery.okayNav-min.js:6 Uncaught ReferenceError: _options is not defined
VPenkov commented 8 years ago

Could you test with the current version? Should be fine now.