comparison Applications/StoneWebViewer/WebApplication/app.js @ 1651:00674f3695f2

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Nov 2020 18:29:17 +0100
parents 32090b775777
children 66e5fcdf5597
comparison
equal deleted inserted replaced
1650:af312e145980 1651:00674f3695f2
90 }, 90 },
91 IncrementFrame: function() { 91 IncrementFrame: function() {
92 stone.IncrementFrame(this.canvasId); 92 stone.IncrementFrame(this.canvasId);
93 } 93 }
94 } 94 }
95 }) 95 });
96 96
97 97
98 var app = new Vue({ 98 var app = new Vue({
99 el: '#wv', 99 el: '#wv',
100 data: function() { 100 data: function() {