KISSY.Loader.Package

KISSY Package constructor This class should not be instantiated manually.

defined in: base.js

Methods

  • getBase () Get package base.
  • getCharset () Get charset for package.
  • getName () Get package name.
  • getTag () Tag for package.
  • isCombine () Whether modules are combined for this package.
  • isDebug () Whether is debug for this package.

Class Detail

  • KISSY.Loader.Package ()
    KISSY Package constructor This class should not be instantiated manually.

Methods Detail

  • getBase () view source
    Get package base.
    Returns
    • {String}
  • getCharset () view source
    Get charset for package.
    Returns
    • {String}
  • getName () view source
    Get package name.
    Returns
    • {String}
  • getTag () view source
    Tag for package.
    Returns
    • {String}
  • isCombine () view source
    Whether modules are combined for this package.
    Returns
    • {Boolean}
  • isDebug () view source
    Whether is debug for this package.
    Returns
    • {Boolean}
blog comments powered by Disqus
Top