From 015e94efa4353f772b4ccddf46550d9e77068f5b Mon Sep 17 00:00:00 2001 From: thatcher Date: Thu, 28 Feb 2013 14:37:32 -0500 Subject: [PATCH] found typo in source, thie was supposed to be this --- src/referencestrip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/referencestrip.js b/src/referencestrip.js index b0e34285..20f8ff03 100644 --- a/src/referencestrip.js +++ b/src/referencestrip.js @@ -67,7 +67,7 @@ $.ReferenceStrip = function( options ){ this.minPixelRatio = this.viewer.minPixelRatio; - style = thie.element.style; + style = this.element.style; style.marginTop = '0px'; style.marginRight = '0px'; style.marginBottom = '0px';