Toolbar in pad2

This commit is contained in:
yflory
2017-08-17 14:55:44 +02:00
parent 4acd9957a9
commit fb512c8923
4 changed files with 1085 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
define([
'jquery'
], function ($) {
var common = {};
return common;
});