I have the following namespace defined containing the DefaultHead : member which is having the list of script tags I need to load
but when I try to put it as follows it gives it above exception at the DefaultHead:'
I am not understanding how to solve this.
var PortalDemoSidebar = {
DefaultHead:'<script src="chrome://portal_demo/content/scripts/mainPage.js"></script>\
<script src="chrome://portal_demo/content/scripts/jquery-1.5.1.min.js"></script>\
<script src="chrome://portal_demo/content/settings/api_url.js"></script>\
<script src="chrome://portal_demo/content/scripts/utilities.js"></script>\
<script src="chrome://portal_demo/content/scripts/api_calls.js"></script>\
<script src="chrome://portal_demo/content/scripts/jquery.xml.js"></script>\
<script src="chrome://portal_demo/content/scripts/history.js"></script>\
<link href="chrome://portal_demo/content/style/main_page.css" rel="stylesheet" type="text/css"></link>',