Skip to content

Commit

Permalink
Remove errant tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykoerber committed Sep 24, 2015
1 parent 2f874b0 commit 091fed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mm-calendar/mm-calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
--><html><head><link rel="import" href="../../bower_components/polymer/polymer.html">
-->
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../mm-header/mm-header.html">
<link rel="import" href="../mm-icon/mm-icon.html">
<link rel="import" href="../shared/behaviors/stylable.html">
Expand Down
3 changes: 2 additions & 1 deletion src/mm-drawer/mm-drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
-->
<html><head><link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../mm-icon/mm-icon.html">
<link rel="import" href="../shared/behaviors/stylable.html">

<dom-module id="mm-drawer">
<link rel="import" type="css" href="mm-drawer.css">
<template>
Expand Down

0 comments on commit 091fed1

Please sign in to comment.