Hey guys,
Ive got a bit of an error with the client, everything is linked correctly with ext vars and emulator config as i am loading everything until i get to 76% loading on the client.
1st error: Uncaught ReferenceError: Class is not defined
at VM22 common.js:25
2nd error: fullcontent.js:1 Uncaught ReferenceError: Class is not defined
at fullcontent.js:1
quoted parts are the what being marked as an error in development tool.
common.js ---> "Class.create();TagHelper.initialized=false;TagHelper.init=function(a){if(TagHelper.initialized){return}TagHelper.initialized=true;TagHelper.loggedInAccountId=a;"
fullcontent.js ---> "Class.create();ListPaging.prototype={setOptions:function(a){this.options=this.options||{};Object.extend(this.options,a||{})},initialize:function(){this.pageNumber=1;this.bindElementsAndEvents()},bindElementsAndEvents:function(){this.contentElement=$(this.options.contentElementId);this.pagingElement=$(this.options.pagingElementId);"
Thanks in advance!
Ive got a bit of an error with the client, everything is linked correctly with ext vars and emulator config as i am loading everything until i get to 76% loading on the client.
1st error: Uncaught ReferenceError: Class is not defined
at VM22 common.js:25
2nd error: fullcontent.js:1 Uncaught ReferenceError: Class is not defined
at fullcontent.js:1
quoted parts are the what being marked as an error in development tool.
common.js ---> "Class.create();TagHelper.initialized=false;TagHelper.init=function(a){if(TagHelper.initialized){return}TagHelper.initialized=true;TagHelper.loggedInAccountId=a;"
fullcontent.js ---> "Class.create();ListPaging.prototype={setOptions:function(a){this.options=this.options||{};Object.extend(this.options,a||{})},initialize:function(){this.pageNumber=1;this.bindElementsAndEvents()},bindElementsAndEvents:function(){this.contentElement=$(this.options.contentElementId);this.pagingElement=$(this.options.pagingElementId);"
Thanks in advance!