@@ 4212-4212 (lines=1) @@ | ||
4209 | * @param {Function} fn |
|
4210 | * @api private |
|
4211 | */ |
|
4212 | Runnable.prototype.run = function (fn) { |
|
4213 | var self = this; |
|
4214 | var start = new Date(); |
|
4215 | var ctx = this.ctx; |
@@ 263-263 (lines=1) @@ | ||
260 | * @param {Function} fn |
|
261 | * @api private |
|
262 | */ |
|
263 | Runnable.prototype.run = function (fn) { |
|
264 | var self = this; |
|
265 | var start = new Date(); |
|
266 | var ctx = this.ctx; |