Преглед на файлове

JS syntax cleanup...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2748 a333f486-631f-4898-b8df-5754b55c2be0
dflaven преди 12 години
родител
ревизия
f8466323c5
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      js/dashboard.js

+ 4 - 4
js/dashboard.js

@@ -158,7 +158,7 @@ $(function()
 						var oDragItem = $(this).dashlet('get_drag_icon');
 						return oDragItem;
 					},
-					cursorAt: { top: 16, left: 16 },
+					cursorAt: { top: 16, left: 16 }
 				});
 				if (options.refresh)
 				{
@@ -189,7 +189,7 @@ $(function()
 					var oDragItem = $(this).dashlet('get_drag_icon');
 					return oDragItem;
 				},
-				cursorAt: { top: 16, left: 16 },
+				cursorAt: { top: 16, left: 16 }
 			});
 			this.element.find('table td').droppable({
 				accept: '.dashlet,.dashlet_icon',
@@ -215,7 +215,7 @@ $(function()
 						var sDashletClass = ui.draggable.attr('dashlet_class');
 						$(':itop-dashboard').dashboard('add_dashlet', {dashlet_class: sDashletClass, container: $(this), refresh: bRefresh });
 					}
-				},
+				}
 			});	
 		}
 	});	
@@ -336,7 +336,7 @@ $(function()
 						me.element.dialog('close');
 					}
 				}
-			)			
+			);			
 		}
 	});
 });