📝 Add through

This commit is contained in:
Kevin Sawicki
2014-03-18 19:07:51 -07:00
parent 2e8c0234bb
commit 61f01f4713

View File

@@ -266,7 +266,7 @@ class LanguageMode
# Given a buffer row, this indents it.
#
# bufferRow - The row {Number}.
# options - An options {Object} to pass to {Editor::setIndentationForBufferRow}.
# options - An options {Object} to pass through to {Editor::setIndentationForBufferRow}.
autoIndentBufferRow: (bufferRow, options) ->
indentLevel = @suggestedIndentForBufferRow(bufferRow)
@editor.setIndentationForBufferRow(bufferRow, indentLevel, options)