Lines Matching defs:HistoryBase
20 * @class HistoryBase
55 function HistoryBase() {
59 Y.augment(HistoryBase, Y.EventTarget, null, null, {
94 HistoryBase.NAME = 'historyBase';
105 HistoryBase.SRC_ADD = SRC_ADD;
116 HistoryBase.SRC_REPLACE = SRC_REPLACE;
129 HistoryBase.html5 = !!(win.history && win.history.pushState &&
152 HistoryBase.nativeHashChange = ('onhashchange' in win || 'onhashchange' in doc) &&
155 Y.mix(HistoryBase.prototype, {
159 * Initializes this HistoryBase instance. This method is called by the
635 Y.HistoryBase = HistoryBase;