OLD | NEW |
1 #library('dom'); | 1 #library('dom'); |
2 | 2 |
3 #native('dom_frog.js'); | |
4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
5 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
6 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
7 | 6 |
8 // DO NOT EDIT | 7 // DO NOT EDIT |
9 // Auto-generated Dart DOM library. | 8 // Auto-generated Dart DOM library. |
10 | 9 |
11 | 10 |
12 | 11 |
13 // #source('src/_FactoryProviders.dart'); | 12 // #source('src/_FactoryProviders.dart'); |
(...skipping 12096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12110 startIndex = a.length - 1; | 12109 startIndex = a.length - 1; |
12111 } | 12110 } |
12112 for (int i = startIndex; i >= 0; i--) { | 12111 for (int i = startIndex; i >= 0; i--) { |
12113 if (a[i] == element) { | 12112 if (a[i] == element) { |
12114 return i; | 12113 return i; |
12115 } | 12114 } |
12116 } | 12115 } |
12117 return -1; | 12116 return -1; |
12118 } | 12117 } |
12119 } | 12118 } |
OLD | NEW |