Merge pull request #2373 from webzwo0i/avoid-global-vairables

dont make local variables global
This commit is contained in:
John McLear 2014-12-16 00:41:41 +00:00
commit cfa3f15f94
11 changed files with 14 additions and 14 deletions

View file

@ -5093,7 +5093,7 @@ function Ace2Inner(){
//3-renumber every list item of the same level from the beginning, level 1
//IMPORTANT: never skip a level because there imbrication may be arbitrary
var builder = Changeset.builder(rep.lines.totalWidth());
loc = [0,0];
var loc = [0,0];
function applyNumberList(line, level)
{
//init