[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/pjax-plugin/ -> pjax-plugin.js (source)

   1  /*
   2  YUI 3.17.2 (build 9c3c78e)
   3  Copyright 2014 Yahoo! Inc. All rights reserved.
   4  Licensed under the BSD License.
   5  http://yuilibrary.com/license/
   6  */
   7  
   8  YUI.add('pjax-plugin', function (Y, NAME) {
   9  
  10  /**
  11  Node plugin that provides seamless, gracefully degrading pjax functionality.
  12  
  13  @module pjax
  14  @submodule pjax-plugin
  15  @since 3.5.0
  16  **/
  17  
  18  /**
  19  Node plugin that provides seamless, gracefully degrading pjax functionality.
  20  
  21  @class Plugin.Pjax
  22  @extends Pjax
  23  @since 3.5.0
  24  **/
  25  
  26  Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {
  27      // -- Lifecycle Methods ----------------------------------------------------
  28      initializer: function (config) {
  29          this.set('container', config.host);
  30      }
  31  }, {
  32      NS: 'pjax'
  33  });
  34  
  35  
  36  }, '3.17.2', {"requires": ["node-pluginhost", "pjax", "plugin"]});


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1