f7011b8730
This CL adds: - A context2d getter to CanvasElement. - A top-level query method. - A top-level queryAll method. TEST=query_test, canvas_test Review URL: https://chromiumcodereview.appspot.com//10544111 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8591 260f80e4-7a28-3924-810f-c04153c831b5
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
// Copyright (c) 2012, 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.
|
|
|
|
// WARNING: Do not edit - generated code.
|
|
|
|
$!COMMENT
|
|
interface $ID$EXTENDS {
|
|
$!MEMBERS
|
|
final CanvasRenderingContext2D context2d;
|
|
}
|