GauravBasu / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

Low priority improvement: "use strict"; #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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