| Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/ |
| 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');
}
}