Skip to content

Commit

Permalink
=spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbondi committed Aug 15, 2015
1 parent 9e864b9 commit aa8402d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knockout-bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function setupKoBootstrap(koObject, $) {
var template = popoverBindingValues.template || false;
var options = popoverBindingValues.options || {title: 'popover'};
var data = popoverBindingValues.data || false;
var controlDecendents = popoverBindingValues.controlDecendents;
var controlDecendants = popoverBindingValues.controlDecendants;
if (template !== false) {
if (data) {
options.content = "<!-- ko template: { name: template, if: data, data: data } --><!-- /ko -->";
Expand Down Expand Up @@ -236,7 +236,7 @@ function setupKoBootstrap(koObject, $) {
$element.popover('destroy');
});

return { controlsDescendantBindings: typeof controlDecendents == 'undefined' ? true : controlDecendents };
return { controlsDescendantBindings: typeof controlDecendants == 'undefined' ? true : controlDecendants };

}
};
Expand Down

0 comments on commit aa8402d

Please sign in to comment.