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', 'outlayer/outlayer',
'get-size/get-size', 'get-size/get-size',
'matches-selector/matches-selector', 'matches-selector/matches-selector',
'./item.js', './item',
'./layout-modes.js' './layout-mode'
], ],
isotopeDefinition ); isotopeDefinition );
} else { } else {

Loading…
Cancel
Save