PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
modules
/
GoogleImages
/
js
contentEgg.filter('normalizeFlickr', function() { return function(input) { var pattern = RegExp(/_\w{1}\.jpg$/); return input.replace(pattern, '_m.jpg'); } });
[+]
..
[-] module.js
[edit]