remove a trailing comma

This commit is contained in:
rolux 2012-07-02 18:22:25 +02:00
parent 78b766527b
commit e264417a0c

View file

@ -180,7 +180,7 @@ My.HTMLUtils = (function() {
: parseInt(code, 10) : parseInt(code, 10)
); );
} }
], ]
} }
}; };
}()); }());