blob: b7486cbc58ee35261912fbf1def57c53f91e0c53 [file] [log] [blame]
// Copyright 2014 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.
/**
* This is a type to let closure compiler recognize extended methods to Window
* instance at gallery/js/gallery.js.
* @constructor
* @extends {Window}
*/
function GalleryWindow() {}
/**
* @type {Promise}
*/
window.initializePromise;