Skip to content

Commit

Permalink
fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Miles committed Apr 20, 2012
1 parent afabb8b commit 2e43ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enyo.js
Expand Up @@ -25,7 +25,7 @@
enyo.args.root = (enyo.args.root || tag.path); /*.replace("/source", "")*/;
// all attributes of the bootstrap script tag become enyo.args
for (var i=0, it; (it = tag.node.attributes.item(i)); i++) {
enyo.args[it.nodeName] = it.nodeValue;
enyo.args[it.nodeName] = it.value;
}
}

Expand Down

0 comments on commit 2e43ef7

Please sign in to comment.