Searched defs:Shim (Results 1 - 1 of 1) sorted by relevance

/yui3/src/node/js/
H A Dshim-plugin.js10 * @class Plugin.Shim
13 function Shim(config) { class
26 Shim.CLASS_NAME = 'yui-node-shim';
35 Shim.TEMPLATE = '<iframe class="' + Shim.CLASS_NAME +
36 '" frameborder="0" title="Node Stacking Shim"' +
40 Shim.prototype = {
55 Shim.TEMPLATE,
97 Shim.NAME = 'Shim';
[all...]

Completed in 16 milliseconds