Files
meteor/packages/html/exports.js
2013-11-05 14:59:37 -08:00

10 lines
184 B
JavaScript

HTML = {
_$: {
// stuff exposed for testing
Scanner: Scanner,
getCharacterReference: getCharacterReference,
getComment: getComment,
getDoctype: getDoctype
}
};