Update version in comments
[civicrm-core.git] / js / jquery / jquery.dashboard.js
index 46d0c2e33f1ee8cb99ae4dcce52cfb94d4dc6172..999982f4f7bb513ccf0ebc256020e6ff6f3bb762 100644 (file)
@@ -1,6 +1,6 @@
 /**
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
         if (!widget.throbber) {
           widget.throbber = $(opts.throbberMarkup).appendTo($('.widget-wrapper', widget.element));
         }
-      };
+      }
 
       // Event handler/callback for cancel button clicks.
       // @todo test this gets caught by all browsers when the cancel button is 'clicked' via the keyboard.
       function cancelEditSettings() {
         widget.toggleSettings();
         return false;
-      };
+      }
 
       // Helper function to execute external script on the server.
       // @todo It would be nice to provide some context to the script.  How?
           $.getScript(url);
         }
       }
-    };
+    }
   };
 
   // Public static properties of dashboard.  Default settings.