misc updates; add geo demo

This commit is contained in:
rolux 2011-12-31 18:27:02 +05:30
commit 34753cb2ed
9 changed files with 219 additions and 81 deletions

View file

@ -41,7 +41,6 @@ Ox.documentReady = (function() {
callbacks.forEach(function(callback) {
callback();
});
//delete callbacks;
}
};
return function(callback) {