From cb951b28c18dd2a2ce170c4a9e44e5589105f70f Mon Sep 17 00:00:00 2001 From: Bartosz Gaj Date: Wed, 28 Jun 2017 08:54:41 +0200 Subject: [PATCH] Update jquery.smartmenus.bootstrap.js inavlid base modul name --- jquery.smartmenus.bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.smartmenus.bootstrap.js b/jquery.smartmenus.bootstrap.js index f2eabb5..a73b888 100644 --- a/jquery.smartmenus.bootstrap.js +++ b/jquery.smartmenus.bootstrap.js @@ -11,7 +11,7 @@ (function(factory) { if (typeof define === 'function' && define.amd) { // AMD - define(['jquery', 'jquery.smartmenus'], factory); + define(['jquery', 'smartmenus'], factory); } else if (typeof module === 'object' && typeof module.exports === 'object') { // CommonJS module.exports = factory(require('jquery')); @@ -171,4 +171,4 @@ $($.SmartMenus.Bootstrap.init); return $; -})); \ No newline at end of file +}));