Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Conditions/view/frontend/web/js/model/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Conditions/view/frontend/web/js/model/subscriber.js

define([
    'ko'
    ], function (ko) {
        return {
            isLoading: ko.observable(false)
        }
    }
);