Browse Source

fix requireJS path ./item and ./layout-mode;

Ref #565
pull/726/head
David DeSandro 11 years ago
parent
commit
e3371b9ee1
  1. 4
      js/isotope.js

4
js/isotope.js

@ -425,8 +425,8 @@ if ( typeof define === 'function' && define.amd ) {
'outlayer/outlayer',
'get-size/get-size',
'matches-selector/matches-selector',
'./item.js',
'./layout-modes.js'
'./item',
'./layout-mode'
],
isotopeDefinition );
} else {

Loading…
Cancel
Save