more whitespace -remove trailing spaces
[civicrm-core.git] / templates / CRM / Badge / Form / Layout.js
index 5586588947cb291ccf10403d2f9a1092c779a6f4..d17751f7b87e1929774fb38441c8278a3c661df3 100644 (file)
@@ -5,7 +5,7 @@ CRM.$(function($) {
     window.KCFinder = {
       callBack: function(url) {
         field.val(url).change();
-        // calculate the image default width, height 
+        // calculate the image default width, height
         // and assign to respective fields
          var ajaxUrl = CRM.url('civicrm/ajax/rest', 'className=CRM_Badge_Page_AJAX&fnName=getImageProp&json=1&img=' + url);
          $.getJSON(ajaxUrl).done(function ( response ) {