mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-10-05 19:16:56 +00:00
Make sure all display styles are prefixed with jsb-
This commit is contained in:
@@ -7,7 +7,7 @@ function pos(code, sw) {
|
||||
}
|
||||
|
||||
function gen(cc, sc, sw, styles) {
|
||||
console.log('.'+sw+'col'+styles+' .a2c'+cc+' { background-position: '+ pos(sc,sw)+' }');
|
||||
console.log('.'+sw+'col'+styles+' .jsb-chr'+cc+' { background-position: '+ pos(sc,sw)+' }');
|
||||
}
|
||||
|
||||
var sw, i;
|
||||
|
Reference in New Issue
Block a user