Skip to content

Commit

Permalink
chore(bindingSystem): bindingSystem renamed bindingEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Oct 13, 2015
1 parent d6f569f commit e19f56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aurelia.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Container} from 'aurelia-dependency-injection';
import {Loader} from 'aurelia-loader';
import {BindingLanguage, ViewEngine, ViewSlot, ViewResources, CompositionEngine, Animator} from 'aurelia-templating';
import {DOM, PLATFORM} from 'aurelia-pal';
import {bindingSystem} from 'aurelia-binding';
import {bindingEngine} from 'aurelia-binding';
import {FrameworkConfiguration} from './framework-configuration';

function preventActionlessFormSubmit() {
Expand Down Expand Up @@ -71,7 +71,7 @@ export class Aurelia {
Animator.configureDefault(this.container);
}

bindingSystem.initialize(this.container);
bindingEngine.initialize(this.container);

this.logger.info('Aurelia Started');
let evt = DOM.createCustomEvent('aurelia-started', { bubbles: true, cancelable: true });
Expand Down

0 comments on commit e19f56b

Please sign in to comment.