general commit
This commit is contained in:
		
							parent
							
								
									75cbae049b
								
							
						
					
					
						commit
						dfe7ccf166
					
				|  | @ -1,4 +1,3 @@ | |||
| 
 | ||||
| // JavaScript Document
 | ||||
| //harry
 | ||||
| //Inititialize function will initialize desktop
 | ||||
|  | @ -16,7 +15,6 @@ var sortAscending = function(a, b) { | |||
| var sortDescending = function(a, b) { | ||||
| 	 return $(a).find("h1").text() < $(b).find("h1").text() ? 1 : -1; | ||||
| }; | ||||
|           | ||||
| var orbitDesktop = function(dom){ | ||||
| 	orbitDesktopAPI.apply(this); | ||||
| 	o = this; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue