Sha256: 36c5d4aae75d48fb10fcf5194d71f89e345b3a021f9bcf57285287b91957c1aa
Contents?: true
Size: 501 Bytes
Versions: 3
Compression:
Stored size: 501 Bytes
Contents
// -*- c++ -*- // // Copyright (C) 2003-2005 Kouichirou Eto // All rights reserved. // This is free software with ABSOLUTELY NO WARRANTY. // // You can redistribute it and/or modify it under the terms of // the GNU General Public License version 2. // // ============================== menu var g_menu; function Menu() { } Menu.prototype = { init : function() { this.xp = xp; this.divlist = document.getDivListByClass("hmenu"); }, toggle : function() { } } // end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qwik2md-2.0.1 | vendor/qwik/share/theme/js/menu.js |
qwik2md-2.0.0 | vendor/qwik/share/theme/js/menu.js |
qwik2md-1.0.2 | vendor/qwik/share/theme/js/menu.js |