Skip to content

Commit 221e764

Browse files
authored
Merge pull request #3 from SpringRoll/v2
October 23rd, 2018 update
2 parents ae9443b + 49a30c7 commit 221e764

30 files changed

+7085
-6347
lines changed

css/app.706e4a84.css css/app.3aaa286b.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/anchor.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@
262262
*/
263263
this.hasAnchorJSLink = function(el) {
264264
var hasLeftAnchor =
265-
el.firstChild &&
266-
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
265+
el.firstChild &&
266+
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
267267
hasRightAnchor =
268268
el.lastChild &&
269269
(' ' + el.lastChild.className + ' ').indexOf(' anchorjs-link ') > -1;

docs/assets/fonts/EOT/SourceCodePro-Bold.eot

100644100755
File mode changed.

docs/assets/fonts/EOT/SourceCodePro-Regular.eot

100644100755
File mode changed.

docs/assets/fonts/LICENSE.txt

100644100755
File mode changed.

docs/assets/fonts/OTF/SourceCodePro-Bold.otf

100644100755
File mode changed.

docs/assets/fonts/OTF/SourceCodePro-Regular.otf

100644100755
File mode changed.

docs/assets/fonts/TTF/SourceCodePro-Bold.ttf

100644100755
File mode changed.

docs/assets/fonts/TTF/SourceCodePro-Regular.ttf

100644100755
File mode changed.

docs/assets/fonts/WOFF/OTF/SourceCodePro-Bold.otf.woff

100644100755
File mode changed.

docs/assets/fonts/WOFF/OTF/SourceCodePro-Regular.otf.woff

100644100755
File mode changed.

docs/assets/fonts/WOFF/TTF/SourceCodePro-Bold.ttf.woff

100644100755
File mode changed.

docs/assets/fonts/WOFF/TTF/SourceCodePro-Regular.ttf.woff

100644100755
File mode changed.

docs/assets/fonts/WOFF2/OTF/SourceCodePro-Bold.otf.woff2

100644100755
File mode changed.

docs/assets/fonts/WOFF2/OTF/SourceCodePro-Regular.otf.woff2

100644100755
File mode changed.

docs/assets/fonts/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2

100644100755
File mode changed.

docs/assets/fonts/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2

100644100755
File mode changed.

docs/assets/fonts/source-code-pro.css

100644100755
File mode changed.

docs/assets/split.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
var b = elements[this.b];
220220
var percentage = a.size + b.size;
221221

222-
a.size = (offset / this.size) * percentage;
223-
b.size = percentage - (offset / this.size) * percentage;
222+
a.size = offset / this.size * percentage;
223+
b.size = percentage - offset / this.size * percentage;
224224

225225
setElementSize(a.element, a.size, this.aGutterSize);
226226
setElementSize(b.element, b.size, this.bGutterSize);

0 commit comments

Comments
 (0)