diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2016-03-07 12:04:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 17:23:03 +0000 |
commit | 96535ba720b2e2afe27ff2454d5b6031624ab7ab (patch) | |
tree | b8e0601ccc05922e8ac81a99dc75fa862c2ba3da /bitbake | |
parent | 5b8b3993e4a070c850ff31d5c150fca3f2681de9 (diff) | |
download | poky-96535ba720b2e2afe27ff2454d5b6031624ab7ab.tar.gz |
bitbake: 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.
(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>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/projectpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js b/bitbake/lib/toaster/toastergui/static/js/projectpage.js index 292ceb7db0..6655a189a1 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectpage.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectpage.js | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | "use strict"; | |
2 | 2 | ||
3 | function projectPageInit(ctx) { | 3 | function projectPageInit(ctx) { |
4 | 4 | ||