Mercurial > eldonilo > lightstring
diff plugins/disco.js @ 81:7500bc048dbc
Typo errors.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Tue, 07 Feb 2012 18:44:07 +0100 |
parents | 50d36b093e3a |
children | bfa3c003fc1d |
line wrap: on
line diff
--- a/plugins/disco.js +++ b/plugins/disco.js @@ -109,9 +109,9 @@ identity.name = name; identities.push(identity); } - else if (ns === Lightstring.ns['dataforms'] && name === 'x') { + else if (ns === Lightstring.ns['dataforms'] && name === 'x') var fields = this.dataforms.parse(child); //TODO: check if that plugin is enabled. - } + else ; //TODO: emit a warning. }