[oe-commits] [bitbake] 07/17: toaster: bring back the strict directive

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 17:23:59 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit b8044ce60af3f0b064cfba76c577503cc896e358
Author: Belen Barros Pena <belen.barros.pena at linux.intel.com>
AuthorDate: Mon Mar 7 12:04:20 2016 +0000

    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 <belen.barros.pena at linux.intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/static/js/projectpage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/js/projectpage.js b/lib/toaster/toastergui/static/js/projectpage.js
index 292ceb7..6655a18 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) {
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list