Issue template - Small tweak
[civicrm-core.git] / ang / unsavedChanges.ang.php
index 3a862fcd28a3f2628c72f72963e993aa40543fb0..f8822cd24513875818c6d83f252d438fde15b2f4 100644 (file)
@@ -3,7 +3,7 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('bower_components/angular-unsavedChanges/dist/unsavedChanges.min.js'),
-);
+  'js' => ['bower_components/angular-unsavedChanges/dist/unsavedChanges.min.js'],
+];