~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Dash/CardCreator.js

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
                readonly property string title: cardData && cardData["title"] || ""; \n\
314
314
                property bool asynchronous: true; \n\
315
315
                property bool showHeader: true; \n\
316
 
                implicitWidth: childrenRect.width; \n';
 
316
                implicitWidth: childrenRect.width; \n\
 
317
                enabled: root.template == null ? true : (root.template["non-interactive"] !== undefined ? !root.template["non-interactive"] : true); \n\
 
318
                \n';
317
319
 
318
320
    var hasArt = components["art"] && components["art"]["field"] || false;
319
321
    var hasSummary = components["summary"] || false;