From e3371b9ee11aa1f7a89942d70bee8268352821a2 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 22 Nov 2013 22:44:11 -0500 Subject: [PATCH] fix requireJS path ./item and ./layout-mode; Ref #565 --- js/isotope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/isotope.js b/js/isotope.js index 617a854..15929be 100644 --- a/js/isotope.js +++ b/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 {