From 4e95c1269554ad0937e8585a5fc947c585ef2904 Mon Sep 17 00:00:00 2001 From: Becky Armstrong Date: Sun, 9 Feb 2014 23:42:35 +1100 Subject: [PATCH] Documentation for wat-timeditem-inspector --- wat-bezier/index.html | 5 ++-- wat-bezier/wat-bezier.html | 5 ++-- wat-bezier/wat-bezier.js | 16 ++++++++++++ wat-player-controls/index.html | 5 ++-- wat-player-controls/wat-player-controls.html | 11 ++++---- wat-step/index.html | 5 ++-- wat-step/wat-step.html | 5 ++-- wat-step/wat-step.js | 16 ++++++++++++ wat-timeditem-inspector/index.html | 5 ++-- .../wat-timeditem-inspector.html | 25 ++++++++++++++++--- .../wat-timeditem-inspector.js | 3 +-- 11 files changed, 72 insertions(+), 29 deletions(-) diff --git a/wat-bezier/index.html b/wat-bezier/index.html index b125ae8..72f9cfc 100644 --- a/wat-bezier/index.html +++ b/wat-bezier/index.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-bezier/wat-bezier.html b/wat-bezier/wat-bezier.html index 499c4fe..57c8597 100644 --- a/wat-bezier/wat-bezier.html +++ b/wat-bezier/wat-bezier.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-bezier/wat-bezier.js b/wat-bezier/wat-bezier.js index e07278d..e9c4938 100644 --- a/wat-bezier/wat-bezier.js +++ b/wat-bezier/wat-bezier.js @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Google Inc. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + Polymer('wat-bezier', { controlPoints: [0, 0, 1, 1], // [P1x, P1y, P2x, P2y] preset: 'linear', diff --git a/wat-player-controls/index.html b/wat-player-controls/index.html index d715b58..ae9e759 100644 --- a/wat-player-controls/index.html +++ b/wat-player-controls/index.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-player-controls/wat-player-controls.html b/wat-player-controls/wat-player-controls.html index 04b9a4f..686e349 100644 --- a/wat-player-controls/wat-player-controls.html +++ b/wat-player-controls/wat-player-controls.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-step/index.html b/wat-step/index.html index 179f5ea..0cb7051 100644 --- a/wat-step/index.html +++ b/wat-step/index.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-step/wat-step.html b/wat-step/wat-step.html index 1b10a89..2fff921 100644 --- a/wat-step/wat-step.html +++ b/wat-step/wat-step.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-step/wat-step.js b/wat-step/wat-step.js index 96b5c4d..81fdca9 100644 --- a/wat-step/wat-step.js +++ b/wat-step/wat-step.js @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Google Inc. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + Polymer('wat-step', { steps: 1, position: 'end', diff --git a/wat-timeditem-inspector/index.html b/wat-timeditem-inspector/index.html index 1d31991..91358af 100644 --- a/wat-timeditem-inspector/index.html +++ b/wat-timeditem-inspector/index.html @@ -10,9 +10,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and - -limitations under the License. +See the License for the specific language governing permissions and limitations +under the License. --> diff --git a/wat-timeditem-inspector/wat-timeditem-inspector.html b/wat-timeditem-inspector/wat-timeditem-inspector.html index 0f747be..9afdfe6 100644 --- a/wat-timeditem-inspector/wat-timeditem-inspector.html +++ b/wat-timeditem-inspector/wat-timeditem-inspector.html @@ -10,9 +10,28 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and +See the License for the specific language governing permissions and limitations +under the License. +--> -limitations under the License. + @@ -107,4 +126,4 @@ - \ No newline at end of file + diff --git a/wat-timeditem-inspector/wat-timeditem-inspector.js b/wat-timeditem-inspector/wat-timeditem-inspector.js index 9986aaf..6e52657 100644 --- a/wat-timeditem-inspector/wat-timeditem-inspector.js +++ b/wat-timeditem-inspector/wat-timeditem-inspector.js @@ -57,7 +57,6 @@ Polymer('wat-timeditem-inspector', { } }, - timedItemEasingChanged: function() { if (!this.timedItem) { return; @@ -97,4 +96,4 @@ Polymer('wat-timeditem-inspector', { this.$['easing-editor-container'].className = 'hidden'; this.$['property-container'].className = ''; } -}); \ No newline at end of file +});