mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-03 14:39:37 +07:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
$(document).ready(function () {
|
|
new View(new Calculator());
|
|
});
|