okayNav icon indicating copy to clipboard operation
okayNav copied to clipboard

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

Open polikin opened this issue 8 years ago • 1 comments

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

polikin avatar Mar 09 '16 13:03 polikin