Since ECMCA 5 its possible to use the strict mode by adding
"use strict";
at the begining of the document.
See: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
strict-mode is supported in Firefox 4 and in newest Google Chrome. strict-mode
is backward compatible for old browsers, even for IE6, because it's only more
stricter.
I have testet jquery.stream with strict-mode - no problems.
As you see in the title, very low priority.
Original issue reported on code.google.com by sebastia...@gmail.com on 24 Jul 2011 at 11:06
Original issue reported on code.google.com by
sebastia...@gmail.com
on 24 Jul 2011 at 11:06