Fix CRM_Utils_JS::dedupeClosures to ignore comments
[civicrm-core.git] / ang / crmUi.js
index 7482999091b9081a4681a8403c107f59ee9f3056..c6ba58b1464ef6d156cf5e3875a573b955a9f289 100644 (file)
     //         $scope.myOrder.setDir('field2', '');
     //   HTML: <tr ng-repeat="... | order:myOrder.get()">...</tr>
     .service('CrmUiOrderCtrl', function(){
-      //
       function CrmUiOrderCtrl(defaults){
         this.values = defaults;
       }