~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to static/js/ui/content.js

  • Committer: Marc Tardif
  • Date: 2011-07-25 17:11:24 UTC
  • Revision ID: marc.tardif@canonical.com-20110725171124-0gg693yorqv2sxbf
Added script for importing submissions from Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    };
33
33
 
34
34
    Content.NAME = 'content';
35
 
    Content.NS = 'ui';
36
35
    Content.ATTRS = {
37
36
        /**
38
37
          * The action on which the Content will add a callback to update
335
334
    };
336
335
 
337
336
    ContentList.NAME = 'content_list';
338
 
    ContentList.NS = 'ui';
339
337
 
340
338
    Y.extend(ContentList, Content, {
341
339
        /**
377
375
    };
378
376
 
379
377
    ContentTable.NAME = 'content_table';
380
 
    ContentTable.NS = 'ui';
381
378
 
382
379
    Y.extend(ContentTable, Content, {
383
380
        /**