If your layout.master file has this:
<portal:ScriptLoader ID="ScriptLoader1" runat="server" IncludeSizzle="true" />
remove the IncludeSizzle="true"
also if it has this:
<portal:SkinFolderScript ID="sfs1" runat="server" ScriptFileName="script.js" AddToCombinedScript="true" />
try setting AddToCombinedScript="false"