mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
HTML = {
|
|
_$: {
|
|
// stuff exposed for testing
|
|
Scanner: Scanner,
|
|
getCharacterReference: getCharacterReference,
|
|
getComment: getComment,
|
|
getDoctype: getDoctype
|
|
}
|
|
};
|