Skip to content

Commit

Permalink
keep freewall for old application works
Browse files Browse the repository at this point in the history
  • Loading branch information
kombai committed May 8, 2015
1 parent acb2af6 commit 4e6ae5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion freewall.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@



window.Freewall = function(selector) {
function Freewall(selector) {

var container = $(selector);
if (container.css('position') == 'static') {
Expand Down Expand Up @@ -1338,5 +1338,7 @@
// get helper method;
return layoutManager[method];
};

window.Freewall = window.freewall = Freewall;

})(window.Zepto || window.jQuery);

0 comments on commit 4e6ae5a

Please sign in to comment.