Commit fc540858 authored by Oleg Korshul's avatar Oleg Korshul

add export method

parent 0508e317
......@@ -2151,6 +2151,9 @@ Indicator.prototype = {
};
IScroll.utils = utils;
IScroll.prototype["handleEvent"] = IScroll.prototype.handleEvent;
Indicator.prototype["handleEvent"] = Indicator.prototype.handleEvent;
window.IScroll = IScroll;
})(window, document, Math);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment