| author | ymh <ymh.work@gmail.com> |
| Wed, 09 Nov 2016 23:41:15 +0100 | |
| changeset 407 | 2dba812c7ef2 |
| parent 394 | 48458e099b05 |
| permissions | -rw-r--r-- |
|
394
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
(function() { |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
function vendorModule() { |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
'use strict'; |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
|
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
return { 'default': self['URI'] }; |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
} |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
|
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
define('urijs', [], vendorModule); |
|
48458e099b05
make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
})(); |