getBorders: function(element) {
var ltrb = ["Left","Top","Right","Bottom"];
var result = {};
...
JavaScript This code works POOOR on In...
by arywista.myopenid.com,
August 27, 2009 08:24,
1 refactoring
getBorders: function(element) {
var ltrb = ["Left","Top","Right","Bottom"];
var result = {};
...
Hello! I'm using dropDownMe...