// 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. /** * @fileoverview Deferred resource loader for OOBE/Login screens. */ cr.define('cr.ui.login.ResourceLoader', function() { 'use strict'; // Deferred assets. var ASSETS = {}; /** * Register assets for deferred loading. When the bundle is loaded * assets will be added to the current page's DOM: and