From 52929a9c5199863e149e4f685a671d971ff8e375 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 7 Apr 2019 08:30:20 +1000 Subject: [PATCH] Fix location of comment to match future coder version --- ang/crmResource.ang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ang/crmResource.ang.php b/ang/crmResource.ang.php index eaa504f30c..577f48e1ef 100644 --- a/ang/crmResource.ang.php +++ b/ang/crmResource.ang.php @@ -6,5 +6,6 @@ return [ 'ext' => 'civicrm', // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module. - 'js' => ['js/angular-crmResource/all.js'], // One HTTP request for all modules. + // One HTTP request for all modules. + 'js' => ['js/angular-crmResource/all.js'], ]; -- 2.25.1