Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2016
1 parent 8d441a6 commit 01107ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions data/script.js
@@ -1,8 +1,6 @@
/* eslint-disable no-new */
var Pjax = require('pjax')
var Nprogress = require('nprogress')
var onmount = require('onmount')
var each = require('dom101/each')
var toggleClass = require('dom101/toggle-class')
var ready = require('dom101/ready')
var Scrolltrack = require('./scrolltrack')
Expand All @@ -14,7 +12,7 @@ var Scrollclass = require('./scrollclass')

void (function () {
ready(function () {
new Pjax({
new Pjax({ // eslint-disable-line
selectors: ['.body', '.toc-menu', 'title'],
analytics: sendPageview
})
Expand Down
1 change: 0 additions & 1 deletion data/scrolltrack/index.js
Expand Up @@ -151,7 +151,6 @@ Scrolltrack.prototype.scrollTop = function () {
return y + offset
}


/**
* Updates the selected link.
*/
Expand Down

0 comments on commit 01107ea

Please sign in to comment.