Author: jablko
Date: Thu Oct 21 21:44:43 2010
New Revision: 8366
Log:
Cosmetic change
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Oct 21 21:42:16 2010 (r8365)
+++ trunk/js/dialog.js Thu Oct 21 21:44:43 2010 (r8366)
@@ -110,13 +110,13 @@
{
this.hide(); // Hide dialog
thisDialog.submit(this.getData()); // Save dialog data
- };
+ }
var handleYuiCancel = function ()
{
this.cancel(); // Cancel YUI submit
thisDialog.clear(); // Clear dialog fields
- };
+ }
this.yuiDialog = new YAHOO.widget.Dialog(this.table.id, {
width: '480px',
@@ -145,7 +145,8 @@
this.yuiDialog.render();
- // Remove all showEvent listeners to prevent default "focusFirst"
behaviour
+ // Remove all showEvent listeners to prevent default "focusFirst"
+ // behavior
this.yuiDialog.showEvent.unsubscribeAll();
// Append hidden fields to form on submit
@@ -155,9 +156,9 @@
thisDialog.appendHiddenFields();
- // Apply selector to <iframe/> contents, update value of selected
element
- // with value of the autocomplete <input/>, and submit selected
element's
- // form
+ // Apply selector to <iframe/> contents, update value of selected
+ // element with value of the autocomplete <input/>, and submit
+ // selected element's form
var iframe;
while (iframe = thisDialog.iframes.shift())
{
@@ -331,7 +332,7 @@
dataSource.parseTextData = function (request, response)
{
return { 'results': [$('.label', response).text()] };
- };
+ }
// Set visible input field of yui-autocomplete
dataSource.sendRequest(null, {
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.