blob: 69898a4e223333b0e8ab849df9582b0c38530546 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer({
is: 'gaia-header',
properties: {
email: String
}
});