Skip to content
Snippets Groups Projects
Commit 179cf23a authored by xamgore's avatar xamgore
Browse files

Fix variable declaration

parent b4f1db1e
Branches
Tags
No related merge requests found
wnd = {}
var wnd = {}
wnd.$ = {}
wnd.isShow = false;
......@@ -38,4 +38,4 @@ $(function() {
wnd.$.block = $(".window-block");
wnd.$.title = $(".window-title");
wnd.$.content = $(".window-content");
});
\ No newline at end of file
});
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