i have this code in all pages in site in document.ready()
for (var i in CKEDITOR.instances) {
...................
}
One page have not CKEditor and i get error ReferenceError: CKEDITOR is not defined
How i can check exist CKEditor on page or no?