~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

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

  • Committer: Marc Tardif
  • Date: 2011-11-22 20:30:35 UTC
  • Revision ID: marc.tardif@canonical.com-20111122203035-gf3yiv7iqwgwbss0
Fixed login for user created from submission and incorrect CAPTURE devices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        },
70
70
 
71
71
        /**
72
 
         * Should the widget attempt to render the first batch. In a progressive
73
 
         * enhancement scenario, we can set this to false and render the first batch
74
 
         * directly in html, letting the widget render additional batches.
75
 
         *
76
 
         * @attribute renderFirstBatch
77
 
         * @type boolean
78
 
         */
79
 
        renderFirstBatch: {
80
 
            value: true
81
 
        },
82
 
 
83
 
        /**
84
72
         * The total number of entries across all batches.
85
73
         *
86
74
         * @attribute totalEntries