upjs-rails 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/up.js +71 -23
- data/dist/up.min.js +1 -1
- data/lib/assets/javascripts/up/form.js.coffee +50 -16
- data/lib/assets/javascripts/up/modal.js.coffee +22 -8
- data/lib/assets/javascripts/up/proxy.js.coffee +1 -1
- data/lib/upjs/rails/version.rb +1 -1
- metadata +3 -40
- data/doc/theme/Gruntfile.js +0 -25
- data/doc/theme/README.md +0 -29
- data/doc/theme/assets/css/external-small.png +0 -0
- data/doc/theme/assets/css/logo.png +0 -0
- data/doc/theme/assets/css/main.css +0 -859
- data/doc/theme/assets/css/main.less +0 -897
- data/doc/theme/assets/favicon.png +0 -0
- data/doc/theme/assets/img/bgscreen.png +0 -0
- data/doc/theme/assets/img/spinner.gif +0 -0
- data/doc/theme/assets/index.html +0 -10
- data/doc/theme/assets/js/api-filter.js +0 -52
- data/doc/theme/assets/js/api-list.js +0 -251
- data/doc/theme/assets/js/api-search.js +0 -98
- data/doc/theme/assets/js/apidocs.js +0 -369
- data/doc/theme/assets/js/yui-prettify.js +0 -17
- data/doc/theme/assets/vendor/prettify/CHANGES.html +0 -130
- data/doc/theme/assets/vendor/prettify/COPYING +0 -202
- data/doc/theme/assets/vendor/prettify/README.html +0 -203
- data/doc/theme/assets/vendor/prettify/prettify-min.css +0 -1
- data/doc/theme/assets/vendor/prettify/prettify-min.js +0 -1
- data/doc/theme/layouts/main.handlebars +0 -54
- data/doc/theme/layouts/xhr.handlebars +0 -7
- data/doc/theme/package.json +0 -53
- data/doc/theme/partials/attrs.handlebars +0 -141
- data/doc/theme/partials/classes.handlebars +0 -210
- data/doc/theme/partials/events.handlebars +0 -145
- data/doc/theme/partials/exampleurl.handlebars +0 -8
- data/doc/theme/partials/files.handlebars +0 -7
- data/doc/theme/partials/index.handlebars +0 -18
- data/doc/theme/partials/method.handlebars +0 -201
- data/doc/theme/partials/module.handlebars +0 -92
- data/doc/theme/partials/options.handlebars +0 -23
- data/doc/theme/partials/props.handlebars +0 -128
- data/doc/theme/partials/sidebar.handlebars +0 -27
- data/doc/theme/theme.json +0 -4
- data/doc/yuidoc-helpers.js +0 -0
- data/doc/yuidoc.json +0 -15
- /data/{doc/theme/api/.keep → design/rename.txt} +0 -0
@@ -1,201 +0,0 @@
|
|
1
|
-
<div id="method_{{name}}" class="method item{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#if extended_from}} inherited{{/if}}">
|
2
|
-
<h3 class="blue-method-name">{{name}}</h3>
|
3
|
-
|
4
|
-
<div class="meta method-meta">
|
5
|
-
{{#if overwritten_from}}
|
6
|
-
<p>Inherited from
|
7
|
-
<a href="{{crossLinkRaw overwritten_from/class}}#method_{{overwritten_from/name}}">
|
8
|
-
{{overwritten_from/class}}
|
9
|
-
</a>
|
10
|
-
{{#if foundAt}}
|
11
|
-
but overwritten in
|
12
|
-
{{/if}}
|
13
|
-
{{else}}
|
14
|
-
{{#if extended_from}}
|
15
|
-
<p>Inherited from
|
16
|
-
<a href="{{crossLinkRaw extended_from}}#method_{{name}}">{{extended_from}}</a>:
|
17
|
-
{{else}}
|
18
|
-
{{#providedBy}}
|
19
|
-
<p>Provided by the <a href="../modules/{{.}}.html">{{.}}</a> module.</p>
|
20
|
-
{{/providedBy}}
|
21
|
-
<p>
|
22
|
-
{{#if foundAt}}
|
23
|
-
Defined in
|
24
|
-
{{/if}}
|
25
|
-
{{/if}}
|
26
|
-
{{/if}}
|
27
|
-
{{#if foundAt}}
|
28
|
-
<a href="{{foundAt}}">`{{{file}}}:{{{line}}}`</a>
|
29
|
-
{{/if}}
|
30
|
-
</p>
|
31
|
-
|
32
|
-
|
33
|
-
{{#if deprecationMessage}}
|
34
|
-
<p>Deprecated: {{deprecationMessage}}</p>
|
35
|
-
{{/if}}
|
36
|
-
|
37
|
-
{{#if since}}
|
38
|
-
<p>Available since {{since}}</p>
|
39
|
-
{{/if}}
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<h3>Syntax</h3>
|
43
|
-
<div class="blue-method-syntax">
|
44
|
-
<h3 class="name"><code>{{name}}</code></h3>
|
45
|
-
|
46
|
-
{{#if params}}
|
47
|
-
<div class="args">
|
48
|
-
<span class="paren">(</span><ul class="args-list inline commas">
|
49
|
-
{{#params}}
|
50
|
-
<li class="arg">
|
51
|
-
{{#if optional}}
|
52
|
-
<code class="optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
53
|
-
{{else}}
|
54
|
-
<code>{{name}}</code>
|
55
|
-
{{/if}}
|
56
|
-
</li>
|
57
|
-
{{/params}}
|
58
|
-
</ul><span class="paren">)</span>
|
59
|
-
</div>
|
60
|
-
{{else}}
|
61
|
-
<span class="paren">()</span>
|
62
|
-
{{/if}}
|
63
|
-
|
64
|
-
{{#if return}}
|
65
|
-
<span class="returns-inline">
|
66
|
-
<span class="type">{{#crossLink returnType}}{{/crossLink}}</span>
|
67
|
-
</span>
|
68
|
-
{{/if}}
|
69
|
-
|
70
|
-
{{#if deprecated}}
|
71
|
-
<span class="flag deprecated"{{#if deprecationMessage}} title="{{deprecationMessage}}"{{/if}}>deprecated</span>
|
72
|
-
{{/if}}
|
73
|
-
|
74
|
-
{{#if access}}
|
75
|
-
<span class="flag {{access}}">{{access}}</span>
|
76
|
-
{{/if}}
|
77
|
-
|
78
|
-
{{#if final}}
|
79
|
-
<span class="flag final">final</span>
|
80
|
-
{{/if}}
|
81
|
-
|
82
|
-
{{#if static}}
|
83
|
-
<span class="flag static">static</span>
|
84
|
-
{{/if}}
|
85
|
-
|
86
|
-
{{#if chainable}}
|
87
|
-
<span class="flag chainable">chainable</span>
|
88
|
-
{{/if}}
|
89
|
-
|
90
|
-
{{#if async}}
|
91
|
-
<span class="flag async">async</span>
|
92
|
-
{{/if}}
|
93
|
-
|
94
|
-
</div>
|
95
|
-
<div class="description">
|
96
|
-
<h3>Summary</h3>
|
97
|
-
{{{methodDescription}}}
|
98
|
-
</div>
|
99
|
-
|
100
|
-
{{#if params}}
|
101
|
-
<div class="params">
|
102
|
-
<h4>Parameters:</h4>
|
103
|
-
|
104
|
-
<ul class="params-list">
|
105
|
-
{{#params}}
|
106
|
-
<li class="param">
|
107
|
-
{{#if optional}}
|
108
|
-
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
109
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
110
|
-
<span class="flag optional" title="This parameter is optional.">optional</span>
|
111
|
-
{{else}}
|
112
|
-
<code class="param-name">{{name}}</code>
|
113
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
114
|
-
{{/if}}
|
115
|
-
|
116
|
-
{{#if multiple}}
|
117
|
-
<span class="flag multiple" title="This argument may occur one or more times.">multiple</span>
|
118
|
-
{{/if}}
|
119
|
-
|
120
|
-
<div class="param-description">
|
121
|
-
{{{description}}}
|
122
|
-
</div>
|
123
|
-
|
124
|
-
{{#if props}}
|
125
|
-
<ul class="params-list">
|
126
|
-
{{#props}}
|
127
|
-
<li class="param">
|
128
|
-
{{#if optional}}
|
129
|
-
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
130
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
131
|
-
<span class="flag optional" title="This parameter is optional.">optional</span>
|
132
|
-
{{else}}
|
133
|
-
<code class="param-name">{{name}}</code>
|
134
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
135
|
-
{{/if}}
|
136
|
-
|
137
|
-
<div class="param-description">
|
138
|
-
{{{description}}}
|
139
|
-
</div>
|
140
|
-
|
141
|
-
{{#if props}}
|
142
|
-
<ul class="params-list">
|
143
|
-
{{#props}}
|
144
|
-
<li class="param">
|
145
|
-
{{#if optional}}
|
146
|
-
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
147
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
148
|
-
<span class="flag optional" title="This parameter is optional.">optional</span>
|
149
|
-
{{else}}
|
150
|
-
<code class="param-name">{{name}}</code>
|
151
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
152
|
-
{{/if}}
|
153
|
-
|
154
|
-
<div class="param-description">
|
155
|
-
{{{description}}}
|
156
|
-
</div>
|
157
|
-
</li>
|
158
|
-
{{/props}}
|
159
|
-
</ul>
|
160
|
-
{{/if}}
|
161
|
-
</li>
|
162
|
-
{{/props}}
|
163
|
-
</ul>
|
164
|
-
{{/if}}
|
165
|
-
</li>
|
166
|
-
{{/params}}
|
167
|
-
</ul>
|
168
|
-
</div>
|
169
|
-
{{/if}}
|
170
|
-
|
171
|
-
{{#return}}
|
172
|
-
<div class="returns">
|
173
|
-
<h4>Returns:</h4>
|
174
|
-
|
175
|
-
<div class="returns-description">
|
176
|
-
{{#if type}}
|
177
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>:
|
178
|
-
{{/if}}
|
179
|
-
{{#if description}}
|
180
|
-
<div class="blue-return-desc">
|
181
|
-
{{{description}}}
|
182
|
-
</div>
|
183
|
-
{{/if}}
|
184
|
-
|
185
|
-
|
186
|
-
</div>
|
187
|
-
</div>
|
188
|
-
{{/return}}
|
189
|
-
|
190
|
-
{{#example}}
|
191
|
-
<div class="example">
|
192
|
-
<h4>Example:</h4>
|
193
|
-
|
194
|
-
<div class="example-content">
|
195
|
-
{{{.}}}
|
196
|
-
</div>
|
197
|
-
</div>
|
198
|
-
{{/example}}
|
199
|
-
|
200
|
-
{{> exampleurl }}
|
201
|
-
</div>
|
@@ -1,92 +0,0 @@
|
|
1
|
-
<h1>{{name}} Module</h1>
|
2
|
-
<div class="clearfix meta">
|
3
|
-
{{#extra}}
|
4
|
-
{{#selleck}}
|
5
|
-
<a class="button link-docs" href="/yui/docs/{{name}}">User Guide & Examples</a>
|
6
|
-
{{/selleck}}
|
7
|
-
{{/extra}}
|
8
|
-
|
9
|
-
{{#if requires}}
|
10
|
-
<div class="uses">
|
11
|
-
Requires
|
12
|
-
<ul class="inline commas">
|
13
|
-
{{#requires}}
|
14
|
-
<li>{{#crossLinkModule .}}{{/crossLinkModule}}</li>
|
15
|
-
{{/requires}}
|
16
|
-
</ul>
|
17
|
-
</div>
|
18
|
-
{{/if}}
|
19
|
-
|
20
|
-
{{#if foundAt}}
|
21
|
-
<div class="foundat">
|
22
|
-
Defined in: <a href="{{foundAt}}">`{{{file}}}:{{{line}}}`</a>
|
23
|
-
</div>
|
24
|
-
{{/if}}
|
25
|
-
|
26
|
-
{{#if since}}
|
27
|
-
<p>Available since {{since}}</p>
|
28
|
-
{{/if}}
|
29
|
-
</div>
|
30
|
-
|
31
|
-
{{#if deprecated}}
|
32
|
-
<div class="deprecated">
|
33
|
-
<p>
|
34
|
-
{{#if deprecationMessage}}
|
35
|
-
<strong>Deprecated:</strong> {{deprecationMessage}}
|
36
|
-
{{else}}
|
37
|
-
This module is deprecated.
|
38
|
-
{{/if}}
|
39
|
-
</p>
|
40
|
-
</div>
|
41
|
-
{{/if}}
|
42
|
-
<h3>Summary</h3>
|
43
|
-
<div class="intro">
|
44
|
-
{{{moduleDescription}}}
|
45
|
-
</div>
|
46
|
-
|
47
|
-
{{#example}}
|
48
|
-
<div class="example">
|
49
|
-
<h4>Example:</h4>
|
50
|
-
<div class="example-content">
|
51
|
-
{{{.}}}
|
52
|
-
</div>
|
53
|
-
</div>
|
54
|
-
{{/example}}
|
55
|
-
|
56
|
-
<div class="yui3-g">
|
57
|
-
<div class="yui3-u-1-2">
|
58
|
-
{{#if moduleClasses}}
|
59
|
-
<p>This module provides the following classes:</p>
|
60
|
-
|
61
|
-
<ul class="module-classes">
|
62
|
-
{{#moduleClasses}}
|
63
|
-
<li class="module-class">
|
64
|
-
<a href="{{../projectRoot}}classes/{{name}}.html">
|
65
|
-
{{displayName}}
|
66
|
-
</a>
|
67
|
-
</li>
|
68
|
-
{{/moduleClasses}}
|
69
|
-
</ul>
|
70
|
-
{{/if}}
|
71
|
-
</div>
|
72
|
-
|
73
|
-
<div class="yui3-u-1-2">
|
74
|
-
{{#if subModules}}
|
75
|
-
<p>This module is a rollup of the following modules:</p>
|
76
|
-
|
77
|
-
<ul class="module-submodules">
|
78
|
-
{{#subModules}}
|
79
|
-
<li class="module-submodule">
|
80
|
-
<a href="{{../projectRoot}}modules/{{name}}.html">
|
81
|
-
{{displayName}}
|
82
|
-
</a>
|
83
|
-
|
84
|
-
<div class="module-submodule-description">
|
85
|
-
{{{description}}}
|
86
|
-
</div>
|
87
|
-
</li>
|
88
|
-
{{/subModules}}
|
89
|
-
</ul>
|
90
|
-
{{/if}}
|
91
|
-
</div>
|
92
|
-
</div>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<div id="api-options">
|
2
|
-
Show:
|
3
|
-
<label for="api-show-inherited">
|
4
|
-
<input type="checkbox" id="api-show-inherited" checked>
|
5
|
-
Inherited
|
6
|
-
</label>
|
7
|
-
|
8
|
-
<label for="api-show-protected">
|
9
|
-
<input type="checkbox" id="api-show-protected">
|
10
|
-
Protected
|
11
|
-
</label>
|
12
|
-
|
13
|
-
<label for="api-show-private">
|
14
|
-
<input type="checkbox" id="api-show-private">
|
15
|
-
Private
|
16
|
-
</label>
|
17
|
-
<label for="api-show-deprecated">
|
18
|
-
<input type="checkbox" id="api-show-deprecated">
|
19
|
-
Deprecated
|
20
|
-
</label>
|
21
|
-
|
22
|
-
</div>
|
23
|
-
|
@@ -1,128 +0,0 @@
|
|
1
|
-
<div id="property_{{name}}" class="property item{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#if extended_from}} inherited{{/if}}">
|
2
|
-
|
3
|
-
<h3 class="blue-method-name">{{name}}</h3>
|
4
|
-
<div class="meta method-meta">
|
5
|
-
{{#if overwritten_from}}
|
6
|
-
<p>Inherited from
|
7
|
-
<a href="{{crossLinkRaw overwritten_from/class}}#property_{{overwritten_from/name}}">
|
8
|
-
{{overwritten_from/class}}
|
9
|
-
</a>
|
10
|
-
{{#if foundAt}}
|
11
|
-
but overwritten in
|
12
|
-
{{/if}}
|
13
|
-
{{else}}
|
14
|
-
{{#if extended_from}}
|
15
|
-
<p>Inherited from
|
16
|
-
<a href="{{crossLinkRaw extended_from}}#property_{{name}}">{{extended_from}}</a>:
|
17
|
-
{{else}}
|
18
|
-
{{#providedBy}}
|
19
|
-
<p>Provided by the <a href="../modules/{{.}}.html">{{.}}</a> module.</p>
|
20
|
-
{{/providedBy}}
|
21
|
-
<p>
|
22
|
-
{{#if foundAt}}
|
23
|
-
Defined in
|
24
|
-
{{/if}}
|
25
|
-
{{/if}}
|
26
|
-
{{/if}}
|
27
|
-
{{#if foundAt}}
|
28
|
-
<a href="{{foundAt}}">`{{{file}}}:{{{line}}}`</a>
|
29
|
-
{{/if}}
|
30
|
-
</p>
|
31
|
-
|
32
|
-
{{#if deprecationMessage}}
|
33
|
-
<p>Deprecated: {{deprecationMessage}}</p>
|
34
|
-
{{/if}}
|
35
|
-
|
36
|
-
{{#if since}}
|
37
|
-
<p>Available since {{since}}</p>
|
38
|
-
{{/if}}
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<h3>Syntax</h3>
|
42
|
-
<div class="blue-method-syntax">
|
43
|
-
<h3 class="name"><code>{{name}}</code></h3>
|
44
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
45
|
-
|
46
|
-
{{#if deprecated}}
|
47
|
-
<span class="flag deprecated"{{#if deprecationMessage}} title="{{deprecationMessage}}"{{/if}}>deprecated</span>
|
48
|
-
{{/if}}
|
49
|
-
|
50
|
-
{{#if access}}
|
51
|
-
<span class="flag {{access}}">{{access}}</span>
|
52
|
-
{{/if}}
|
53
|
-
|
54
|
-
{{#if final}}
|
55
|
-
<span class="flag final">final</span>
|
56
|
-
{{/if}}
|
57
|
-
|
58
|
-
{{#if static}}
|
59
|
-
<span class="flag static">static</span>
|
60
|
-
{{/if}}
|
61
|
-
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<div class="description">
|
65
|
-
<h3>Summary</h3>
|
66
|
-
{{{propertyDescription}}}
|
67
|
-
</div>
|
68
|
-
|
69
|
-
{{#if default}}
|
70
|
-
<p><strong>Default:</strong> {{default}}</p>
|
71
|
-
{{/if}}
|
72
|
-
|
73
|
-
{{#if subprops}}
|
74
|
-
<h4>Sub-properties:</h4>
|
75
|
-
|
76
|
-
<ul class="params-list">
|
77
|
-
{{#subprops}}
|
78
|
-
<li class="param">
|
79
|
-
{{#if optional}}
|
80
|
-
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
81
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
82
|
-
<span class="flag optional" title="This property is optional.">optional</span>
|
83
|
-
{{else}}
|
84
|
-
<code class="param-name">{{name}}</code>
|
85
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
86
|
-
{{/if}}
|
87
|
-
|
88
|
-
<div class="param-description">
|
89
|
-
{{{description}}}
|
90
|
-
</div>
|
91
|
-
|
92
|
-
{{#if subprops}}
|
93
|
-
<ul class="params-list">
|
94
|
-
{{#subprops}}
|
95
|
-
<li class="param">
|
96
|
-
{{#if optional}}
|
97
|
-
<code class="param-name optional">[{{name}}{{#if optdefault}}={{optdefault}}{{/if}}]</code>
|
98
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
99
|
-
<span class="flag optional" title="This property is optional.">optional</span>
|
100
|
-
{{else}}
|
101
|
-
<code class="param-name">{{name}}</code>
|
102
|
-
<span class="type">{{#crossLink type}}{{/crossLink}}</span>
|
103
|
-
{{/if}}
|
104
|
-
|
105
|
-
<div class="param-description">
|
106
|
-
{{{description}}}
|
107
|
-
</div>
|
108
|
-
</li>
|
109
|
-
{{/subprops}}
|
110
|
-
</ul>
|
111
|
-
{{/if}}
|
112
|
-
</li>
|
113
|
-
{{/subprops}}
|
114
|
-
</ul>
|
115
|
-
{{/if}}
|
116
|
-
|
117
|
-
{{#example}}
|
118
|
-
<div class="example">
|
119
|
-
<h4>Example:</h4>
|
120
|
-
|
121
|
-
<div class="example-content">
|
122
|
-
{{{.}}}
|
123
|
-
</div>
|
124
|
-
</div>
|
125
|
-
{{/example}}
|
126
|
-
|
127
|
-
{{> exampleurl }}
|
128
|
-
</div>
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<div id="api-list">
|
2
|
-
<h2 class="off-left">APIs</h2>
|
3
|
-
<div id="api-tabview" class="tabview">
|
4
|
-
<ul class="tabs">
|
5
|
-
<li><a href="#api-classes">Classes</a></li>
|
6
|
-
<li><a href="#api-modules">Modules</a></li>
|
7
|
-
</ul>
|
8
|
-
|
9
|
-
<div id="api-tabview-filter">
|
10
|
-
<input type="search" id="api-filter" placeholder="Type to filter APIs">
|
11
|
-
</div>
|
12
|
-
|
13
|
-
<div id="api-tabview-panel">
|
14
|
-
<ul id="api-classes" class="apis classes">
|
15
|
-
{{#classes}}
|
16
|
-
<li><a href="{{../projectRoot}}classes/{{name}}.html">{{displayName}}</a></li>
|
17
|
-
{{/classes}}
|
18
|
-
</ul>
|
19
|
-
|
20
|
-
<ul id="api-modules" class="apis modules">
|
21
|
-
{{#allModules}}
|
22
|
-
<li><a href="{{../projectRoot}}modules/{{name}}.html">{{displayName}}</a></li>
|
23
|
-
{{/allModules}}
|
24
|
-
</ul>
|
25
|
-
</div>
|
26
|
-
</div>
|
27
|
-
</div>
|
data/doc/theme/theme.json
DELETED
data/doc/yuidoc-helpers.js
DELETED
File without changes
|
data/doc/yuidoc.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "up.js",
|
3
|
-
"description": "Fast-responding UI for server-side applications",
|
4
|
-
"version": "0.0",
|
5
|
-
"url": "https://github.com/makandra/upjs-rails",
|
6
|
-
|
7
|
-
"options": {
|
8
|
-
"outdir": "doc/api",
|
9
|
-
"syntaxtype": "coffee",
|
10
|
-
"extension": ".coffee",
|
11
|
-
"themedir": "doc/theme",
|
12
|
-
"paths": ["lib/assets/javascripts/**"],
|
13
|
-
"helpers": ["doc/yuidoc-helpers.js"]
|
14
|
-
}
|
15
|
-
}
|
File without changes
|