From: Belen Barros Pena Date: Mon, 7 Mar 2016 12:04:20 +0000 (+0000) Subject: toaster: bring back the strict directive X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8044ce60af3f0b064cfba76c577503cc896e358;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: bring back the strict directive This patch e0fd96442a20e3fe7953bf38fc02520cd0dd4d6a removed the "use strict" directive from the projectpage.js file by mistake. This patch makes amends. Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/static/js/projectpage.js b/lib/toaster/toastergui/static/js/projectpage.js index 292ceb7db03..6655a189a11 100644 --- a/lib/toaster/toastergui/static/js/projectpage.js +++ b/lib/toaster/toastergui/static/js/projectpage.js @@ -1,4 +1,4 @@ - +"use strict"; function projectPageInit(ctx) {