Update version in comments
[civicrm-core.git] / js / jquery / jquery.dashboard.js
index 2b89ef97a9cc3cd6728f85f1ad88ced00c87be90..999982f4f7bb513ccf0ebc256020e6ff6f3bb762 100644 (file)
         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.