mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Minor update to ember-renderspeed
This commit is contained in:
parent
edc154251d
commit
ef2f202c06
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue