[Sugar-devel] Sugar Web, use strict mode?

Manuel Quiñones manuq at laptop.org
Tue Nov 19 10:56:31 EST 2013


2013/11/19 Gonzalo Odiard <gonzalo at laptop.org>:
> Works in webkit2 and webkit?

Is in Chrome for a while ago, so I guess yes.
http://caniuse.com/use-strict

Btw, the way to enter strict mode is adding this line:

"strict mode";

which is interpreted just a string if the browser doesn't support it.
Worst case, your browser does not run in strict mode, so is harmless.

-- 
.. manuq ..


More information about the Sugar-devel mailing list