Skip to content

Commit ba8a683

Browse files
author
Chris K
committed
Fixed pselling.
1 parent 6441ddb commit ba8a683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui-scripts/cells.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,16 @@
183183
{
184184
for (var i = 0, cell; cell = parent_cell.children[i]; i++)
185185
{
186-
this._remove_ui_elemnts(cell, view_id);
186+
this._remove_ui_elements(cell, view_id);
187187
}
188188
}
189189
}
190190
else
191-
this._remove_ui_elemnts(cell, view_id);
191+
this._remove_ui_elements(cell, view_id);
192192
}
193193
};
194194

195-
this._remove_ui_elemnts = function(cell, view_id)
195+
this._remove_ui_elements = function(cell, view_id)
196196
{
197197
if (!cell)
198198
return;

0 commit comments

Comments
 (0)