From 2c48116ceef5474527c0c122b6ed09f904e2f9b4 Mon Sep 17 00:00:00 2001 From: Max Kuznetsov Date: Fri, 10 Jul 2015 12:37:05 +0300 Subject: [PATCH] Update smooth-scroll.js --- dist/js/smooth-scroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/smooth-scroll.js b/dist/js/smooth-scroll.js index 3edd05d..38e9141 100755 --- a/dist/js/smooth-scroll.js +++ b/dist/js/smooth-scroll.js @@ -11,7 +11,7 @@ if ( typeof define === 'function' && define.amd ) { define(['buoy'], factory(root)); } else if ( typeof exports === 'object' ) { - module.exports = factory(root, require('buoy')); + module.exports = factory(root, require('./buoy')); } else { root.smoothScroll = factory(root, root.buoy); }