Merge pull request #2 from adamnbowen/strict

Move 'use strict'; inside of containing function
This commit is contained in:
Mark Christian
2012-10-15 13:31:44 -07:00

View File

@@ -16,8 +16,8 @@
* to render your ideal measure.
*
*/
'use strict';
(function($) {
'use strict';
function calculateIdealLineLength() {
// Set to Bringhurst's recommendation for an ideal measure