Skip to content

Commit

Permalink
corrected align-plugin requirement (fix #2529720)
Browse files Browse the repository at this point in the history
  • Loading branch information
msweeney committed Jan 7, 2011
1 parent b3213a4 commit 9105e71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/node/align-plugin-debug.js
Expand Up @@ -190,4 +190,4 @@ YUI.add('align-plugin', function(Y) {



}, '@VERSION@' ,{requires:['node-region']});
}, '@VERSION@' ,{requires:['node-screen']});
2 changes: 1 addition & 1 deletion build/node/align-plugin-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/node/align-plugin.js
Expand Up @@ -190,4 +190,4 @@ YUI.add('align-plugin', function(Y) {



}, '@VERSION@' ,{requires:['node-region']});
}, '@VERSION@' ,{requires:['node-screen']});
2 changes: 1 addition & 1 deletion sandbox/node/node-align.html
Expand Up @@ -156,7 +156,7 @@ <h1>Extended XY Positioning</h1>
</div>

<script type="text/javascript">
YUI({filter:'raw'}).use("node", "align-plugin", "shim-plugin", function(Y) {
YUI({filter:'raw'}).use("align-plugin", function(Y) {

var stepNumber = Y.one("#step"),
ie = Y.UA.ie,
Expand Down
2 changes: 1 addition & 1 deletion src/node/build.align.properties
Expand Up @@ -19,4 +19,4 @@ global.build.component=${srcdir}/build/node

component=align-plugin
component.jsfiles=align-plugin.js
component.requires=node-region
component.requires=node-screen

0 comments on commit 9105e71

Please sign in to comment.