Skip to content

Commit

Permalink
AUI-668 - Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Jun 5, 2012
1 parent 782b533 commit 22e9a4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/aui-video/aui-video-debug.js
Expand Up @@ -8,7 +8,7 @@ var Lang = A.Lang,
CSS_VIDEO = getClassName(NAME), CSS_VIDEO = getClassName(NAME),
CSS_VIDEO_NODE = getClassName(NAME, 'node'), CSS_VIDEO_NODE = getClassName(NAME, 'node'),


DEFAULT_PLAYER_PATH = A.config.base + 'aui-video/assets/player.swf', DEFAULT_PLAYER_PATH = A.config.base + 'aui-video/assets/player.swf?t=' + Lang.now(),


DOC = A.config.doc, DOC = A.config.doc,


Expand Down Expand Up @@ -265,4 +265,4 @@ var Video = A.Component.create(


A.Video = Video; A.Video = Video;


}, '@VERSION@' ,{requires:['aui-base','querystring-stringify-simple'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','querystring-stringify-simple']});
2 changes: 1 addition & 1 deletion build/aui-video/aui-video-min.js

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

4 changes: 2 additions & 2 deletions build/aui-video/aui-video.js
Expand Up @@ -8,7 +8,7 @@ var Lang = A.Lang,
CSS_VIDEO = getClassName(NAME), CSS_VIDEO = getClassName(NAME),
CSS_VIDEO_NODE = getClassName(NAME, 'node'), CSS_VIDEO_NODE = getClassName(NAME, 'node'),


DEFAULT_PLAYER_PATH = A.config.base + 'aui-video/assets/player.swf', DEFAULT_PLAYER_PATH = A.config.base + 'aui-video/assets/player.swf?t=' + Lang.now(),


DOC = A.config.doc, DOC = A.config.doc,


Expand Down Expand Up @@ -265,4 +265,4 @@ var Video = A.Component.create(


A.Video = Video; A.Video = Video;


}, '@VERSION@' ,{requires:['aui-base','querystring-stringify-simple'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','querystring-stringify-simple']});

0 comments on commit 22e9a4b

Please sign in to comment.