malsup / cycle

jQuery Cycle Plugin - Slideshow goodness
http://jquery.malsup.com/cycle/
1.19k stars 307 forks source link

Errors in Firefox #160

Closed RonaldPK closed 10 years ago

RonaldPK commented 10 years ago

Firefox (27.0.1) reports two errors whenever I include the script on a page without an element to create a cycle on:

Warning: SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead Source file: http://[host]/_js/jquery.cycle2.min.js Line: 16 Source code: //@ sourceMappingURL=jquery.cycle2.js.map

and

Warning: Error: http://[host]/_js/jquery.cycle2.min.js is being assigned a //# sourceMappingURL, but already has one

I'm using version 2.1.2 build 20140216 with jquery 1.11.0

RonaldPK commented 10 years ago

Silly me, wrong repository...