comparison src/djol/ToolType.js @ 10:8705103f074f

Слияние
author cin
date Mon, 21 Aug 2017 18:03:00 +0300
parents f0035923ff3e
children
comparison
equal deleted inserted replaced
9:37e9e6bbe87a 10:8705103f074f
1 define([], function(){
2 return {
3 Activatable : 1,
4 Oneshot : 2
5 };
6 });