NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / pjax-plugin / pjax-plugin-debug.js
blob551d1eb6fd9c706b8664cead2e2b220e76836259
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add('pjax-plugin', function (Y, NAME) {
10 /**
11 Node plugin that provides seamless, gracefully degrading pjax functionality.
13 @module pjax
14 @submodule pjax-plugin
15 @since 3.5.0
16 **/
18 /**
19 Node plugin that provides seamless, gracefully degrading pjax functionality.
21 @class Plugin.Pjax
22 @extends Pjax
23 @since 3.5.0
24 **/
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 });
36 }, '3.13.0', {"requires": ["node-pluginhost", "pjax", "plugin"]});