mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 14:25:38 +08:00
Minor update to ember-renderspeed
This commit is contained in:
parent
edc154251d
commit
ef2f202c06
@ -61,7 +61,7 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
|
||||
});
|
||||
console.groupEnd();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Set up our instrumentation of Ember below
|
||||
Ember.subscribe("render", {
|
||||
@ -81,7 +81,6 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
|
||||
throw payload.exception;
|
||||
}
|
||||
|
||||
var parent = profileNode.parent;
|
||||
profileNode.time = (timestamp - profileNode.start);
|
||||
this.depth = profileNode.parent;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user