Extract from: http://ift.tt/1aqgZFb

Code:



function warnDuplicate(id) {
Ext.Error.raise("DOM element with id " + id + " in Element cache is not the same as element in the DOM. " + "Make sure to clean up Element instances using destroy()");
}