تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
11197 أدوات العرض

Hello all,

I'm working since many days in the file odoo-8.0-20151203/openerp/addons/point_of_sale/static/src/js/models.js

For example, in this file, we can find these two lines :

            var all_taxes = _(this.compute_all(product_taxes, base)).flatten();
            _(all_taxes).each(function(tax) {
                         [...]


What is the utility of the _ (underscore) in those lines?


Thank for your help.

الصورة الرمزية
إهمال
أفضل إجابة

Pascal, _(underscore) used in js shows the involvement of a jquery library called Underscore.js you can further refer this link : http://underscorejs.org/

الصورة الرمزية
إهمال
الكاتب

Thanks

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أبريل 20
2221
1
يونيو 25
308
1
يونيو 25
270
1
مايو 25
823
1
مايو 25
459