Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Ddelay.js56 var _this = this;
57 this.timer = timer.add(function () { _this.exec.call(_this); },
61 _this: arguments[0], property in Delay.start._data
68 this.func.call(this._data._this, this._data._params);
H A Dcookie.js23 _this = this;
34 jQuery.each(_this.data, function (key, val) {
35 if (_this.data.hasOwnProperty(key)) {