OLD | NEW |
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // Generated from namespace: empty_namespace | 5 // Generated from namespace: empty_namespace |
6 | 6 |
7 part of chrome; | 7 part of chrome; |
8 /** | 8 /** |
9 * Functions | 9 * Functions |
10 */ | 10 */ |
11 | 11 |
12 class API_empty_namespace { | 12 class API_empty_namespace { |
13 /* | 13 /* |
14 * API connection | 14 * API connection |
15 */ | 15 */ |
16 Object _jsObject; | 16 Object _jsObject; |
17 API_empty_namespace(this._jsObject) { | 17 API_empty_namespace(this._jsObject) { |
18 } | 18 } |
19 } | 19 } |
OLD | NEW |