%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/shaban/laviva/wp-content/themes/levelup/assets/js/app/core/
Upload File :
Create Path :
Current File : /var/www/html/shaban/laviva/wp-content/themes/levelup/assets/js/app/core/abstract.class.js

(function () {
    'use strict';

    APP.CORE.Abstract = Class.extend({
        options: {},

        init: function (options) {
            if (typeof options === 'undefined')
                options = {};

            this.$ = {};

            this.options = merge(this.options, options);
        },

        start: function () {

        },

        ignite: function () {
            return this.start();
        },

        destroy: function () {

        }
    });
})();

Zerion Mini Shell 1.0