mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-08 02:24:39 -04:00
Cleans code.
This commit is contained in:
parent
396bc6662f
commit
cecc5c57a2
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
modulejs.define('core/location', ['$', 'core/event'], function ($, event) {
|
||||
modulejs.define('core/location', [], function () {
|
||||
|
||||
var doc = document,
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
modulejs.define('core/store', ['_', 'modernizr'], function (_, modernizr) {
|
||||
modulejs.define('core/store', ['modernizr'], function (modernizr) {
|
||||
|
||||
var store = modernizr.localstorage ? window.localStorage : null,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue