| OLD | NEW |
| 1 library dart.dom.web_audio; | 1 library dart.dom.web_audio; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:_foreign_helper' show JS; | 7 import 'dart:_foreign_helper' show JS; |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT - unless you are editing documentation as per: |
| 9 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 9 // Auto-generated dart:audio library. | 10 // Auto-generated dart:audio library. |
| 10 | 11 |
| 11 | 12 |
| 12 | 13 |
| 13 | 14 |
| 14 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 15 // for details. All rights reserved. Use of this source code is governed by a | 16 // for details. All rights reserved. Use of this source code is governed by a |
| 16 // BSD-style license that can be found in the LICENSE file. | 17 // BSD-style license that can be found in the LICENSE file. |
| 17 | 18 |
| 18 | 19 |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 } | 826 } |
| 826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 827 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 827 // for details. All rights reserved. Use of this source code is governed by a | 828 // for details. All rights reserved. Use of this source code is governed by a |
| 828 // BSD-style license that can be found in the LICENSE file. | 829 // BSD-style license that can be found in the LICENSE file. |
| 829 | 830 |
| 830 | 831 |
| 831 @DocsEditable | 832 @DocsEditable |
| 832 @DomName('WaveTable') | 833 @DomName('WaveTable') |
| 833 class WaveTable native "*WaveTable" { | 834 class WaveTable native "*WaveTable" { |
| 834 } | 835 } |
| OLD | NEW |