Searched refs:addValue (Results 1 - 4 of 4) sorted by relevance

/yui3/src/history/tests/functional/
H A Dhistory-base-test.js207 // -- addValue() -----------------------------------------------------------
208 'addValue() should change state with the correct event src': function () {
216 this.history.addValue('foo', 'bar');
220 'addValue() should merge states when the "merge" option is true': function () {
221 this.history.addValue('foo', 'bar');
225 this.history.addValue('baz', 'quux');
230 'addValue() should not merge states when the "merge" option is false': function () {
231 this.history.addValue('foo', 'bar');
235 this.history.addValue('baz', 'quux', {merge: false});
H A Dhistory-hash-test.js265 this.history.addValue('foo', '1');
269 this.history.addValue('foo', 1);
/yui3/build/history-base/
H A Dhistory-base-debug.js308 * @method addValue
315 addValue: function (key, value, options) {
360 * Same as <code>addValue()</code> except that a new browser history entry
/yui3/src/history/js/
H A Dhistory-base.js306 * @method addValue
313 addValue: function (key, value, options) {
358 * Same as <code>addValue()</code> except that a new browser history entry

Completed in 42 milliseconds