We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae2da9 commit 65333c2Copy full SHA for 65333c2
src/js/edge.js
@@ -133,12 +133,17 @@ var edge = (function(){
133
}
134
};
135
136
+varinit=function(){
137
+box.close();
138
+};
139
+
140
// exposed methods
141
return{
142
mod: mod,
143
bind: bind,
144
render: render,
-box: box
145
+box: box,
146
+init: init
147
148
149
})();
src/js/init.js
@@ -19,5 +19,6 @@ background.init();
19
modal.init();
20
shade.init();
21
dropdown.init();
22
+edge.init();
23
version.init();
24
ready.init();
0 commit comments