mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
none => empty
This commit is contained in:
@@ -65,7 +65,7 @@ if (Meteor.is_client) {
|
||||
'try debugger empty').split(' '));
|
||||
var toHtml = function (obj) {
|
||||
if (_.isArray(obj)) {
|
||||
var head = obj[0] || 'none';
|
||||
var head = obj[0] || 'empty';
|
||||
var rest = obj.slice(1);
|
||||
var info = { startPos: curPos };
|
||||
var isStatement = statementHeads[head];
|
||||
|
||||
Reference in New Issue
Block a user