~bac/juju-gui/1103207

« back to all changes in this revision

Viewing changes to app/views/utils.js

  • Committer: Matthew Scott
  • Date: 2013-01-09 17:23:33 UTC
  • mfrom: (307 juju-gui)
  • mto: This revision was merged to the branch mainline in revision 312.
  • Revision ID: matthew.scott@canonical.com-20130109172333-ad6ndevmn5p44dz0
Merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
          time: noop,
119
119
          timeEnd: noop,
120
120
          log: noop,
 
121
          info: noop,
 
122
          error: noop,
121
123
          debug: noop
122
124
        };
123
125
 
971
973
 
972
974
}, '0.1.0', {
973
975
  requires: ['base-build',
974
 
    'handlebars',
975
 
    'node',
976
 
    'view',
977
 
    'panel',
978
 
    'json-stringify',
979
 
    'gallery-markdown',
980
 
    'datatype-date-format']
 
976
             'handlebars',
 
977
             'node',
 
978
             'view',
 
979
             'panel',
 
980
             'json-stringify',
 
981
             'gallery-markdown',
 
982
             'datatype-date-format']
981
983
});