X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fimagecacher.js;h=07045567a3542fde2d0f312b58d3828e21991baf;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hp=c6260931513655ab9f73b655d3b27498c467ecb4;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/imagecacher.js b/_source/core/imagecacher.js index c626093..0704556 100644 --- a/_source/core/imagecacher.js +++ b/_source/core/imagecacher.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -11,6 +11,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { var doCallback = function() { + img.removeAllListeners(); loaded[ image ] = 1; callback(); };