Ticket #6377: 6377.patch
File 6377.patch, 624 bytes (added by , 13 years ago) |
---|
-
_source/plugins/smiley/dialogs/smiley.js
1 ?/*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 4 */ … … 36 36 src : src, 37 37 _cke_saved_src : src, 38 38 title : title, 39 alt : title 39 alt : title, 40 width : target.$.width, 41 height : target.$.height 40 42 } 41 43 }); 42 44