ac09e08ac8
follow up to http://code.google.com/p/dart/source/detail?r=34062 R=sigmund@google.com Review URL: https://codereview.chromium.org//203973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34066 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
509 B
JavaScript
10 lines
509 B
JavaScript
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
// TODO(jmesserly): remove this script after a deprecation period.
|
|
if (typeof console == "object" && typeof console.warn == "function") {
|
|
console.warn('<script src="packages/browser/interop.js"> is no longer ' +
|
|
'needed for dart:js. See http://pub.dartlang.org/packages/browser.');
|
|
}
|