Skip to content

Commit

Permalink
fixed minor formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Apr 17, 2009
1 parent 3baec10 commit 78728a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki.js
Expand Up @@ -7,5 +7,5 @@ document.observe('dom:loaded', function(){
alert('An error has been encountered ('+error+'). '+msg);
};
loki.setKey('beta');
loki.requestLocation(true,loki.FULL_STREET_ADDRESS_LOOKUP);
loki.requestLocation(true, loki.FULL_STREET_ADDRESS_LOOKUP);
});

0 comments on commit 78728a2

Please sign in to comment.