Remove duplicate object property tests

This commit is contained in:
Theodore Brown
2015-05-07 09:49:48 -05:00
parent 8f6b638c3f
commit 6ebceeb8bd

View File

@@ -794,6 +794,3 @@ picker.on('open', function (data) {
console.log('This logs without opening with this data:', data);
});
picker.trigger('open', { some: 'value' });
picker.$node;
picker.$root;