~benji/juju-gui/no-foot-shooting

« back to all changes in this revision

Viewing changes to test/test_templates.js

  • Committer: Benji York
  • Date: 2013-01-17 16:01:27 UTC
  • Revision ID: benji.york@canonical.com-20130117160127-5yly9ihicp1athma
fix lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    before(function(done) {
70
70
      Y = YUI(GlobalConfig).use(requires, function(Y) {
71
71
        var templates = Y.namespace('juju.views').Templates;
72
 
        template = templates['service-config']
 
72
        template = templates['service-config'];
73
73
        done();
74
74
      });
75
75
    });
100
100
    before(function(done) {
101
101
      Y = YUI(GlobalConfig).use(requires, function(Y) {
102
102
        var templates = Y.namespace('juju.views').Templates;
103
 
        template = templates['service']
 
103
        template = templates.service;
104
104
        done();
105
105
      });
106
106
    });