projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6633d03
)
crm.ckeditor.js - s/angular/_/
author
Tim Otten
<totten@civicrm.org>
Tue, 29 Sep 2015 22:19:20 +0000
(18:19 -0400)
committer
Tim Otten
<totten@civicrm.org>
Tue, 29 Sep 2015 22:19:20 +0000
(18:19 -0400)
js/wysiwyg/crm.ckeditor.js
patch
|
blob
|
blame
|
history
diff --git
a/js/wysiwyg/crm.ckeditor.js
b/js/wysiwyg/crm.ckeditor.js
index bfe9cb25dc6f7be125c70286bb6d57063e8cfd72..16ddad99162fb5516b81effc554eb3d693d08fc4 100644
(file)
--- a/
js/wysiwyg/crm.ckeditor.js
+++ b/
js/wysiwyg/crm.ckeditor.js
@@
-39,7
+39,7
@@
$(item).trigger("keypress");
});
var debounce = null;
-
angular.forE
ach(['key', 'pasteState'], function(evName) {
+
_.e
ach(['key', 'pasteState'], function(evName) {
editor.on(evName, function(evt) {
if (debounce) clearTimeout(debounce);
debounce = setTimeout(function() {