From 17b101328b4d64dc6a7bb94dcba12d068415de2f Mon Sep 17 00:00:00 2001 From: joaoafrmartins Date: Wed, 17 Sep 2014 00:49:35 +0100 Subject: [PATCH] commonjs --- src/jquery.gridster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 96894997d5..4fc3c6f588 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -8,7 +8,7 @@ ;(function(root, factory) { if(typeof exports === 'object') { - module.exports = factory(require('jquery'), require('./jquery.draggable.js'), require('./jquery.collision.js')); + module.exports = factory(require('jquery'), require('./jquery.draggable.js'), require('./jquery.collision.js'), require('./jquery.coords.js'), require('./utils.js')); } else if (typeof define === 'function' && define.amd) { define(['jquery', 'gridster-draggable', 'gridster-collision'], factory);