Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047010
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
Sun, Jun 29, 3:42 PM
Size
573 B
Mime Type
text/x-diff
Expires
Mon, Jun 30, 3:42 PM (2 h, 49 m)
Engine
blob
Format
Raw Data
Handle
676932
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