blob: 7216fbd18e22ea291cf1aab3cce026c5b5a82993 [file] [log] [blame]
James Robinsona9763132014-10-06 11:18:13 -07001// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5define(["console"], function(console) {
6 console.log("Hello World");
7});