bitbake: toaster: bring back the strict directive

This patch e0fd96442a removed the
"use strict" directive from the projectpage.js file by mistake.

This patch makes amends.

(Bitbake rev: b8044ce60af3f0b064cfba76c577503cc896e358)

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2016-03-07 12:04:20 +00:00 committed by Richard Purdie
parent 5b8b3993e4
commit 96535ba720
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
"use strict";
function projectPageInit(ctx) {