1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00

Removed errant whitespace

This commit is contained in:
Ron Warholic 2013-10-19 12:53:28 -04:00
parent d94d747373
commit 83bdaf5973

View File

@ -9,7 +9,5 @@
Ext.each(min_char_columns, function(column, index) { Ext.each(min_char_columns, function(column, index) {
Ext.ComponentManager.get(column).editor.minChars = 1; Ext.ComponentManager.get(column).editor.minChars = 1;
}); });
} }
} }