blob: 57548f1d175dfe344687cf2ac7ce48c349b7e223 [file] [log] [blame]
/* Copyright (c) 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. */
'use strict';
(function(window) {
window.define = function(x) {
window.d3 = x;
};
window.define.amd = true;
})(this);