feat ContextMenu: Rename and Delete

This commit is contained in:
Mahdi Dibaiee
2015-09-03 15:02:46 +04:30
parent ee6f5d6ffb
commit 79ae4c1a47
94 changed files with 4211 additions and 2216 deletions

3
src/js/utils.js Normal file
View File

@ -0,0 +1,3 @@
export function type(obj) {
return Object.prototype.toString.call(obj).slice(8, -1);
}