mirror of
https://github.com/jbrewer/Responsive-Measure.git
synced 2026-01-10 06:37:56 -05:00
Merge pull request #2 from adamnbowen/strict
Move 'use strict'; inside of containing function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user