1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
j 2012-05-25 16:28:05 +00:00
commit eb9cd1e397
9 changed files with 34 additions and 9 deletions

View file

@ -262,7 +262,7 @@ Ox.doc = (function() {
array = string.split(':');
string = array[0];
if (array.length == 2) {
ret.super = array[1];
ret['super'] = array[1];
}
}
string.split('|').forEach(function(string) {