Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laczoka committed Jun 27, 2012
1 parent edd5daf commit 6bbf0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js-trees/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ Utils.lexicalFormLiteral = function(term, env) {

Utils.lexicalFormBaseUri = function(term, env) {
var uri = null;
env = env || {};
//console.log("*** normalizing URI token:");
//console.log(term);
if(term.value == null) {
Expand Down

0 comments on commit 6bbf0de

Please sign in to comment.