src/cm/media/js/lib/yui/yui_3.10.3/build/pjax-plugin/pjax-plugin-coverage.js
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 525 89ef5ed3c48b
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
525
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     1
/*
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     2
YUI 3.10.3 (build 2fb5187)
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     3
Copyright 2013 Yahoo! Inc. All rights reserved.
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     4
Licensed under the BSD License.
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     5
http://yuilibrary.com/license/
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     6
*/
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     7
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     8
if (typeof __coverage__ === 'undefined') { __coverage__ = {}; }
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
     9
if (!__coverage__['build/pjax-plugin/pjax-plugin.js']) {
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
    10
   __coverage__['build/pjax-plugin/pjax-plugin.js'] = {"path":"build/pjax-plugin/pjax-plugin.js","s":{"1":0,"2":0,"3":0},"b":{},"f":{"1":0,"2":0},"fnMap":{"1":{"name":"(anonymous_1)","line":1,"loc":{"start":{"line":1,"column":23},"end":{"line":1,"column":42}}},"2":{"name":"(anonymous_2)","line":21,"loc":{"start":{"line":21,"column":17},"end":{"line":21,"column":35}}}},"statementMap":{"1":{"start":{"line":1,"column":0},"end":{"line":29,"column":66}},"2":{"start":{"line":19,"column":0},"end":{"line":26,"column":3}},"3":{"start":{"line":22,"column":8},"end":{"line":22,"column":43}}},"branchMap":{},"code":["(function () { YUI.add('pjax-plugin', function (Y, NAME) {","","/**","Node plugin that provides seamless, gracefully degrading pjax functionality.","","@module pjax","@submodule pjax-plugin","@since 3.5.0","**/","","/**","Node plugin that provides seamless, gracefully degrading pjax functionality.","","@class Plugin.Pjax","@extends Pjax","@since 3.5.0","**/","","Y.Plugin.Pjax = Y.Base.create('pjaxPlugin', Y.Pjax, [Y.Plugin.Base], {","    // -- Lifecycle Methods ----------------------------------------------------","    initializer: function (config) {","        this.set('container', config.host);","    }","}, {","    NS: 'pjax'","});","","","}, '3.10.3', {\"requires\": [\"node-pluginhost\", \"pjax\", \"plugin\"]});","","}());"]};
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
    11
}
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
    12
var __cov_4Iw3vZgVfE4eBXwFeCq9cg = __coverage__['build/pjax-plugin/pjax-plugin.js'];
89ef5ed3c48b Upgrades to yui 3.10.3
gibus
parents:
diff changeset
    13
__cov_4Iw3vZgVfE4eBXwFeCq9cg.s['1']++;YUI.add('pjax-plugin',function(Y,NAME){__cov_4Iw3vZgVfE4eBXwFeCq9cg.f['1']++;__cov_4Iw3vZgVfE4eBXwFeCq9cg.s['2']++;Y.Plugin.Pjax=Y.Base.create('pjaxPlugin',Y.Pjax,[Y.Plugin.Base],{initializer:function(config){__cov_4Iw3vZgVfE4eBXwFeCq9cg.f['2']++;__cov_4Iw3vZgVfE4eBXwFeCq9cg.s['3']++;this.set('container',config.host);}},{NS:'pjax'});},'3.10.3',{'requires':['node-pluginhost','pjax','plugin']});