| Index: appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
|
| diff --git a/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html b/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
|
| deleted file mode 100644
|
| index b1b96ff1e2b6366c486fe78003f6bc9fb21b2242..0000000000000000000000000000000000000000
|
| --- a/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!--
|
| - Copyright 2016 The LUCI Authors. All rights reserved.
|
| - Use of this source code is governed under the Apache License, Version 2.0
|
| - that can be found in the LICENSE file.
|
| -
|
| - window.SwarmingBehaviors.BotPageBehavior contains any shared functions and
|
| - constants used by the bot-page and its sub-elements.
|
| -
|
| - To use it, include
|
| - behaviors: [SwarmingBehaviors.BotPageBehavior]
|
| - in the creation of your Polymer element.
|
| --->
|
| -<link rel="import" href="/res/imp/common/common-behavior.html">
|
| -<script>
|
| - (function(){
|
| -
|
| -
|
| - // This behavior wraps up all the shared bot-page functionality by
|
| - // extending SwarmingBehaviors.CommonBehavior
|
| - SwarmingBehaviors.BotPageBehavior = [SwarmingBehaviors.CommonBehavior, {
|
| -
|
| - }];
|
| - })()
|
| -</script>
|
|
|