Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/sku.js

import {Product} from "./product";

export class Sku extends Product
{
	getProductId()
	{
		return this.getConfig('productId');
	}
}