blob: 253d0b33e0ab95c09f1b08492ea563a69ab917c2 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/base/base.html">
<script>
'use strict';
tr.exportTo('tr.c', function() {
var constants = {
HEADING_WIDTH: 250
};
return {
constants: constants
};
});
</script>