Moves shared/function.js to core/

This commit is contained in:
Yury Delendik 2014-05-21 13:06:23 -05:00
parent 7a19085159
commit fcc4dfd9b5
10 changed files with 19 additions and 23 deletions

View file

@ -370,7 +370,6 @@ target.bundle = function(args) {
var SHARED_SRC_FILES = [
'shared/util.js',
'shared/function.js',
'shared/annotation.js',
];