Add use strict to metrics.js

This commit is contained in:
Kalervo Kujala 2011-10-15 14:27:14 +03:00
parent 5a3d85bf53
commit 8cb7c218fd

View File

@ -1,6 +1,8 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Metrics = {
'Courier': 600,
'Courier-Bold': 600,