mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
20 lines
388 B
HTML
20 lines
388 B
HTML
<link rel="import" href="../../../polymer/polymer.html">
|
|
<link rel="import" href="../controller-base/controller-base.html">
|
|
|
|
<script src="controller-function.js"></script>
|
|
|
|
<polymer-element
|
|
name="controller-function"
|
|
extends="controller-base"
|
|
>
|
|
|
|
<template>
|
|
|
|
<link rel="stylesheet" href="controller-function.css">
|
|
|
|
<div id="container">
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</polymer-element> |