This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ES6: | |
<element name="g-comp"> | |
<template> | |
... | |
</template> | |
<script> | |
// 'elementElement' would have to expose this.template | |
var template = this.template; | |
class Comp { | |
constructor: function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
--- | |
script: database.js | |
description: Provides an interface to HTML 5 database objects for WebOS using an Enyo component | |
license: MIT license <http://www.opensource.org/licenses/mit-license.php> | |
authors: |
NewerOlder