Skip to content

Commit

Permalink
lib/url_builder_oload_t: better comment
Browse files Browse the repository at this point in the history
	modified:   lib/url_builder_oload_t.js
  • Loading branch information
jeromeetienne committed Sep 2, 2010
1 parent b0dd33a commit e83779d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/url_builder_oload_t.js
Expand Up @@ -2,6 +2,11 @@
var collection = require('./collection').collection;
var base64 = require('./base64').base64;

/**
* Build url for neoip-oload
* * TODO make a sanity check a LOT more powerfull
* ** important to debug caller
*/
var url_builder_oload_t = function(nested_uri_str){
var _col = new collection();

Expand Down

0 comments on commit e83779d

Please sign in to comment.