Ticket #8634: 8634.patch

File 8634.patch, 507 bytes (added by Jakub Ś, 12 years ago)
  • _source/plugins/clipboard/plugin.js

     
    1616                var doc = editor.document,
    1717                        body = doc.getBody();
    1818
    19                 var enabled = 0;
     19                var enabled = false;
    2020                var onExec = function()
    2121                {
    22                         enabled = 1;
     22                        enabled = true;
    2323                };
    2424
    2525                // The following seems to be the only reliable way to detect that
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy