general commit

This commit is contained in:
Harry Bomrah 2012-05-21 15:24:47 +08:00
parent 75cbae049b
commit dfe7ccf166
1 changed files with 0 additions and 2 deletions

View File

@ -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;