From 2a0d56f8e69f6ca91a72c882769d68b1c025393f Mon Sep 17 00:00:00 2001 From: Adrian Vasiliu Date: Fri, 16 May 2014 18:49:28 +0200 Subject: [PATCH] Fixed trac ticket number in comment --- mobile/_ComboBoxMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/_ComboBoxMenu.js b/mobile/_ComboBoxMenu.js index b04d021c2a..89a2998d69 100644 --- a/mobile/_ComboBoxMenu.js +++ b/mobile/_ComboBoxMenu.js @@ -76,7 +76,7 @@ define([ this.inherited(arguments); this.scrollable = new Scrollable(); this.scrollable.resize = function(){}; // resize changes the height rudely - // #1800 + // #18000 var self = this; this.scrollable.isLeftToRight = function(){ return self.isLeftToRight();