Searched defs:HistoryHTML5 (Results 1 - 1 of 1) sorted by relevance

/yui3/src/history/js/
H A Dhistory-html5.js17 * <code>HistoryHTML5</code>, the following additional options are supported:
41 * @class HistoryHTML5
55 function HistoryHTML5() { function
56 HistoryHTML5.superclass.constructor.apply(this, arguments);
59 Y.extend(HistoryHTML5, HistoryBase, {
82 HistoryHTML5.superclass._init.apply(this, arguments);
106 HistoryHTML5.superclass._storeState.apply(this, arguments);
141 Y.HistoryHTML5 = HistoryHTML5;
146 * <code>Y.HistoryHTML5</cod
[all...]

Completed in 7 milliseconds