mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Cleans code.
This commit is contained in:
parent
6d3438cb1c
commit
fa6e7cfa1a
2 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,7 @@
|
||||||
|
|
||||||
modulejs.define('core/notify', ['$'], function ($) {
|
modulejs.define('core/notify', ['$'], function ($) {
|
||||||
|
|
||||||
var test = null,
|
var template = '<div id="notify"/>',
|
||||||
|
|
||||||
template = '<div id="notify"/>',
|
|
||||||
|
|
||||||
id = 0,
|
|
||||||
|
|
||||||
set = function (content) {
|
set = function (content) {
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,7 @@ modulejs.define('ext/filter', ['_', '$', 'core/settings', 'core/resource', 'core
|
||||||
})
|
})
|
||||||
.on('keypress', updt);
|
.on('keypress', updt);
|
||||||
|
|
||||||
event.sub('location.changed', updf)
|
event.sub('location.changed', updf);
|
||||||
};
|
};
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue