Home
last modified time | relevance | path

Searched refs:enableKeyboardNav (Results 1 – 1 of 1) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js583 this.enableKeyboardNav();
585 LyteBox.prototype.enableKeyboardNav = function() { document.onkeydown = this.keyboardAction; }; method in LyteBox