Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-632 - Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Apr 10, 2012
1 parent 5a26ef7 commit 3d574b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/aui-dialog-iframe/aui-dialog-iframe-debug.js
Expand Up @@ -95,7 +95,7 @@ var DialogIframePlugin = A.Component.create(


_afterRenderUI: function() { _afterRenderUI: function() {
var instance = this; var instance = this;

instance._plugIframe(); instance._plugIframe();


instance._bindEvents(); instance._bindEvents();
Expand Down
2 changes: 1 addition & 1 deletion build/aui-dialog-iframe/aui-dialog-iframe.js
Expand Up @@ -95,7 +95,7 @@ var DialogIframePlugin = A.Component.create(


_afterRenderUI: function() { _afterRenderUI: function() {
var instance = this; var instance = this;

instance._plugIframe(); instance._plugIframe();


instance._bindEvents(); instance._bindEvents();
Expand Down
4 changes: 3 additions & 1 deletion build/aui-resize-iframe/aui-resize-iframe-debug.js
Expand Up @@ -156,6 +156,8 @@ ResizeIframe = A.Component.create(
var instance = this; var instance = this;


if (!instance._intervalId) { if (!instance._intervalId) {
instance._onResize();

instance._intervalId = A.setInterval(instance._onResize, 100, instance); instance._intervalId = A.setInterval(instance._onResize, 100, instance);
} }
}, },
Expand Down Expand Up @@ -310,4 +312,4 @@ A.mix(


A.Plugin.ResizeIframe = ResizeIframe; A.Plugin.ResizeIframe = ResizeIframe;


}, '@VERSION@' ,{requires:['aui-base','aui-task-manager','plugin'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','aui-task-manager','plugin']});
2 changes: 1 addition & 1 deletion build/aui-resize-iframe/aui-resize-iframe-min.js

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

4 changes: 3 additions & 1 deletion build/aui-resize-iframe/aui-resize-iframe.js
Expand Up @@ -156,6 +156,8 @@ ResizeIframe = A.Component.create(
var instance = this; var instance = this;


if (!instance._intervalId) { if (!instance._intervalId) {
instance._onResize();

instance._intervalId = A.setInterval(instance._onResize, 100, instance); instance._intervalId = A.setInterval(instance._onResize, 100, instance);
} }
}, },
Expand Down Expand Up @@ -310,4 +312,4 @@ A.mix(


A.Plugin.ResizeIframe = ResizeIframe; A.Plugin.ResizeIframe = ResizeIframe;


}, '@VERSION@' ,{requires:['aui-base','aui-task-manager','plugin'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','aui-task-manager','plugin']});

0 comments on commit 3d574b2

Please sign in to comment.