5

Closed

this.pastHTML is not a function !!!

description

spell mistake :)
 
html: function(v) {
        if (v) {
            this.pastHTML(v);// it should be -> this.pasteHtml(v);
        } else {
            return toHtmlString();
        }
    },
 
-Neeraj
Closed Aug 4, 2012 at 3:54 AM by crpietschmann
Fixed

comments