Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/differential/ChangesetViewManager.js
| Show First 20 Lines • Show All 353 Lines • ▼ Show 20 Lines | _onchangesetresponse: function(response) { | ||||
| // Not terribly important. | // Not terribly important. | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| if (response.undoTemplates) { | if (response.undoTemplates) { | ||||
| this._undoTemplates = response.undoTemplates; | this._undoTemplates = response.undoTemplates; | ||||
| } | } | ||||
| JX.Stratcom.invoke('differential-inline-comment-refresh'); | |||||
| }, | }, | ||||
| _getContentFrame: function() { | _getContentFrame: function() { | ||||
| return JX.DOM.find(this._node, 'div', 'changeset-view-content'); | return JX.DOM.find(this._node, 'div', 'changeset-view-content'); | ||||
| }, | }, | ||||
| _getRoutableKey: function() { | _getRoutableKey: function() { | ||||
| return 'changeset-view.' + this._ref + '.' + this._sequence; | return 'changeset-view.' + this._ref + '.' + this._sequence; | ||||
| Show All 14 Lines | |||||