This commit is contained in:
Alex Corbi 2018-10-31 23:40:22 +01:00
parent d886356513
commit ebf509d5dd
186 changed files with 37993 additions and 36821 deletions

View file

@ -1,7 +1,7 @@
/*!
* Masonry layout mode
* sub-classes Masonry
* https://masonry.desandro.com
* http://masonry.desandro.com
*/
( function( window, factory ) {
@ -11,7 +11,7 @@
// AMD
define( [
'../layout-mode',
'masonry-layout/masonry'
'masonry/masonry'
],
factory );
} else if ( typeof module == 'object' && module.exports ) {