~hatch/juju-gui/scaffold-routing

« back to all changes in this revision

Viewing changes to app/subapps/views/scaffold-view-two.js

  • Committer: Jeff Pihach
  • Date: 2013-03-01 16:40:40 UTC
  • Revision ID: jeff.pihach@canonical.com-20130301164040-w74uma37fh19ccve
scaffold development

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    initializer: function() {},
8
8
 
9
 
    render: function() {},
 
9
    render: function() {
 
10
      console.log('rendered in view two');
 
11
      this.get('container').setHTML('Hey! I\'m view two');
 
12
      return this;
 
13
    },
10
14
 
11
15
    destructor: function() {}
12
16