Skip to content

Commit

Permalink
changed default tabs class to tabbed so as not to conflict with boots…
Browse files Browse the repository at this point in the history
…trap
  • Loading branch information
joshbtn committed Oct 15, 2012
1 parent 31d085b commit 5778102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion excelFormulaUtilities-0.9.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
tmplFunctionStopArray: '',
tmplSubexpressionStart: '{{autoindent}}(',
tmplSubexpressionStop: ' )',
tmplIndentTab: '<span class="tabs">&nbsp;&nbsp;&nbsp;&nbsp;</span>',
tmplIndentTab: '<span class="tabbed">&nbsp;&nbsp;&nbsp;&nbsp;</span>',
tmplIndentSpace: '&nbsp;',
newLine: '<br />',
autoLineBreak: 'TOK_TYPE_FUNCTION | TOK_TYPE_ARGUMENT | TOK_SUBTYPE_LOGICAL | TOK_TYPE_OP_IN ',
Expand Down
2 changes: 1 addition & 1 deletion excelFormulaUtilities-0.9.4.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ExcelFormulaUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
tmplFunctionStopArray: '',
tmplSubexpressionStart: '{{autoindent}}(',
tmplSubexpressionStop: ' )',
tmplIndentTab: '<span class="tabs">&nbsp;&nbsp;&nbsp;&nbsp;</span>',
tmplIndentTab: '<span class="tabbed">&nbsp;&nbsp;&nbsp;&nbsp;</span>',
tmplIndentSpace: '&nbsp;',
newLine: '<br />',
autoLineBreak: 'TOK_TYPE_FUNCTION | TOK_TYPE_ARGUMENT | TOK_SUBTYPE_LOGICAL | TOK_TYPE_OP_IN ',
Expand Down

0 comments on commit 5778102

Please sign in to comment.