Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726857
D284.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 1:54 AM
Size
573 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 1:54 AM (2 d, 12 h ago)
Engine
blob
Format
Raw Data
Handle
536947
Attached To
D284: INP-1669 - Add local "mapper" variable to the "DropDownMapper.Init" method
D284.diff
View Options
Index: core/admin_templates/js/dropdown_mapper.js
===================================================================
--- core/admin_templates/js/dropdown_mapper.js
+++ core/admin_templates/js/dropdown_mapper.js
@@ -10,6 +10,7 @@
DropDownMapper.prototype.Init = function()
{
+ var mapper = this;
this.AssignDrills(this.Map);
this.DrillDownRequests(this.Map,'root');
for (var i = 0; i < this.WatchFields.length; i++) {
@@ -126,4 +127,4 @@
DropDownMapper.prototype.QueryByField = function(field)
{
this.Objects[field].Query();
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment