PHP Classes

File: assets/pages/scripts/portfolio.js

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   assets/pages/scripts/portfolio.js   Download  
File: assets/pages/scripts/portfolio.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 181 bytes
 

Contents

Class file image Download
var Portfolio = function () { return { //main function to initiate the module init: function () { $('.mix-grid').mixitup(); } }; }();