Skip to content

Commit

Permalink
requireJS module/module
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jul 21, 2013
1 parent 6c63f49 commit f2d4508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draggabilly",
"main": "draggabilly.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "make that shiz draggable",
"dependencies": {
"classie": "desandro/classie",
Expand Down
12 changes: 6 additions & 6 deletions draggabilly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Draggabilly v1.0.4
* Draggabilly v1.0.5
* Make that shiz draggable
* http://draggabilly.desandro.com
*/
Expand Down Expand Up @@ -496,11 +496,11 @@ return Draggabilly;
if ( typeof define === 'function' && define.amd ) {
// AMD
define( [
'classie',
'eventEmitter',
'eventie',
'get-style-property',
'get-size'
'classie/classie',
'eventEmitter/EventEmitter',
'eventie/eventie',
'get-style-property/get-style-property',
'get-size/get-size'
],
draggabillyDefinition );
} else {
Expand Down

0 comments on commit f2d4508

Please sign in to comment.