| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2012 The Polymer Authors. All rights reserved. | 2 * Copyright 2012 The Polymer Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style | 3 * Use of this source code is governed by a BSD-style |
| 4 * license that can be found in the LICENSE file. | 4 * license that can be found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 if (typeof WeakMap === 'undefined') { | 7 if (typeof WeakMap === 'undefined') { |
| 8 (function() { | 8 (function() { |
| 9 var defineProperty = Object.defineProperty; | 9 var defineProperty = Object.defineProperty; |
| 10 var counter = Date.now() % 1e9; | 10 var counter = Date.now() % 1e9; |
| (...skipping 17683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17694 } | 17694 } |
| 17695 } | 17695 } |
| 17696 | 17696 |
| 17697 // exports | 17697 // exports |
| 17698 scope.flush = flush; | 17698 scope.flush = flush; |
| 17699 | 17699 |
| 17700 })(window.Platform); | 17700 })(window.Platform); |
| 17701 | 17701 |
| 17702 | 17702 |
| 17703 //# sourceMappingURL=platform.concat.js.map | 17703 //# sourceMappingURL=platform.concat.js.map |
| OLD | NEW |