Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/10/2010, 07:21
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 7 meses
Puntos: 101
textcounter.js:1Uncaught SyntaxError: Unexpected identifier en Chrome

Esto es raro. Estoy poniendo un script en una archivo js, algo simple, pero en chrome me sale:

textcounter.js:1Uncaught SyntaxError: Unexpected identifier

La cuestion es que llegué a borrar absolutamente todo el contenido de ese archivo, y aún cavio me sigue saltando error!

A veces el error viene acompañado de una alerta:

Resource interpreted as script but transferred with MIME type text/html.

Lo cual no tiene logica porque yo incluyo mi libreria como toda otra libreria:

Código Javascript:
Ver original
  1. <script type="text/javascript" src="../galeria/app/js/textcounter.js"></script>

Y he intentado agregar language="javascript" , pero no funciona.