%PDF- %PDF-
Direktori : /var/www/html/shaban/laviva/wp-content/themes/levelup/assets/js/app/core/ |
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 () { } }); })();