Skip to content

Commit

Permalink
spelling: explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 8c50861 commit 23254a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templating/templating.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
} else {
// Render once for this single data point (or use the viewModel if no data was provided)
var innerBindingContext = ('data' in options) ?
bindingContext.createStaticChildContext(options['data'], options['as']) : // Given an explitit 'data' value, we create a child binding context for it
bindingContext.createStaticChildContext(options['data'], options['as']) : // Given an explicit 'data' value, we create a child binding context for it
bindingContext; // Given no explicit 'data' value, we retain the same binding context
templateComputed = ko.renderTemplate(templateName || element, innerBindingContext, options, element);
}
Expand Down

0 comments on commit 23254a4

Please sign in to comment.