Hello,
I am getting a strange error when I use KendoGrid (Angular). The following is the stack trace. Can some one please let me know whats going on?
Thanks
Matt'M
TypeError: Object function JQLite(element) {
if (element instanceof JQLite) {
return element;
}
if (!(this instanceof JQLite)) {
if (isString(element) && element.charAt(0) != '<') {
throw Error('selectors not implemented');
}
return new JQLite(element);
}
if (isString(element)) {
var div = document.createElement('div');
// Read about the NoScope elements here:
// http://msdn.microsoft.com/en-us/library/ms533897(VS.85).aspx
div.innerHTML = '<div> </div>' + element; // IE insanity to make NoScope elements work!
div.removeChild(div.firstChild); // remove the superfluous div
JQLiteAddNodes(this, div.childNodes);
this.remove(); // detach the elements from the temporary DOM div.
} else {
JQLiteAddNodes(this, element);
}
} has no method 'extend'
at gatherOptions (http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:39:35)
at Object.create (http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:107:19)
at http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:164:36
at <error: illegal access>
at completeOutstandingRequest (http://localhost:3000/vendor/angular/angular.js:3041:10)
at http://localhost:3000/vendor/angular/angular.js:3327:7 angular.js:5754(anonymous function)angular.js:5754(anonymous function)angular.js:4846(anonymous function)angular.js:9476completeOutstandingRequestangular.js:3041(anonymous function)
I am getting a strange error when I use KendoGrid (Angular). The following is the stack trace. Can some one please let me know whats going on?
Thanks
Matt'M
TypeError: Object function JQLite(element) {
if (element instanceof JQLite) {
return element;
}
if (!(this instanceof JQLite)) {
if (isString(element) && element.charAt(0) != '<') {
throw Error('selectors not implemented');
}
return new JQLite(element);
}
if (isString(element)) {
var div = document.createElement('div');
// Read about the NoScope elements here:
// http://msdn.microsoft.com/en-us/library/ms533897(VS.85).aspx
div.innerHTML = '<div> </div>' + element; // IE insanity to make NoScope elements work!
div.removeChild(div.firstChild); // remove the superfluous div
JQLiteAddNodes(this, div.childNodes);
this.remove(); // detach the elements from the temporary DOM div.
} else {
JQLiteAddNodes(this, element);
}
} has no method 'extend'
at gatherOptions (http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:39:35)
at Object.create (http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:107:19)
at http://localhost:3000/no_npm_vendor/kendo/angular-kendo.js:164:36
at <error: illegal access>
at completeOutstandingRequest (http://localhost:3000/vendor/angular/angular.js:3041:10)
at http://localhost:3000/vendor/angular/angular.js:3327:7 angular.js:5754(anonymous function)angular.js:5754(anonymous function)angular.js:4846(anonymous function)angular.js:9476completeOutstandingRequestangular.js:3041(anonymous function)