This adds moment to perfect date/time sorting with tabulator!

This commit is contained in:
Jonathan Rosenbaum
2017-10-30 03:01:55 +00:00
parent f15d312e5a
commit 4bb9b043ad
568 changed files with 166883 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function hasOwnProp(a, b) {
return Object.prototype.hasOwnProperty.call(a, b);
}