How do I get CKEditor working from the CDN? Fiddle
<script src="http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/ckeditor.js"></script>
I have included the JS and here it says that is enough.
But I dont seem to get it working :(
Please help!
Update: http://jsfiddle.net/e6MeW/2/
Error: Uncaught TypeError: Object [object Object] has no method 'ckeditor'