From 6989796ce237d1c4a61a21784927e7d921a8f375 Mon Sep 17 00:00:00 2001 From: Renoir Boulanger Date: Wed, 10 Sep 2014 16:28:38 -0400 Subject: [PATCH] Adding use strict declaration, first pull request --- data-human.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/data-human.json b/data-human.json index 8df461d..77bbb5e 100644 --- a/data-human.json +++ b/data-human.json @@ -94564,6 +94564,63 @@ "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Code_comments" } ] + }, + "use_strict": { + "breadcrumb": [ + "javascript", + "reference", + "use_strict" + ], + "jsonselect": ":root > .data > .javascript > .use_strict", + "contents": { + "desktop": { + "Basic support": { + "Chrome": { + "13": "y" + }, + "Firefox": { + "4": "y" + }, + "Internet Explorer": { + "10": "y" + }, + "Opera": { + "11.6": "y" + }, + "Safari": { + "6": "y" + } + } + }, + "mobile": { + "Basic support": { + "Android": { + "3": "y" + }, + "Firefox for Android": { + "4": "y" + }, + "IE Phone": { + "10": "y" + }, + "Opera Mobile": { + "11.5": "y" + }, + "Safari Mobile": { + "5.1": "y" + }, + "Chrome for Android": { + "18": "y" + } + } + } + }, + "links": [ + { + "title": "ECMAScript 5 compatibility table", + "url": "http://kangax.github.io/compat-table/es5/#Strict_mode" + } + ] } }, "websockets": {