From d6ccdce00894af7fdb42a6ad6511e5809a57f007 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 14 Dec 2010 14:18:09 +0100 Subject: [PATCH] minor fix --- plugins/pilot/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pilot/lang.js b/plugins/pilot/lang.js index f99d7a04..f4538dbf 100644 --- a/plugins/pilot/lang.js +++ b/plugins/pilot/lang.js @@ -111,7 +111,7 @@ define(function(require, exports, module) { }, call: function() { - lang.cancel(); + this.cancel(); fcn(); },