1 parent 544bfd4 commit a17101aCopy full SHA for a17101a
1 file changed
design-patterns/facade.js
@@ -0,0 +1,8 @@
1
+var mobileEvent = {
2
+ // ...
3
+ stop: function (e) {
4
+ e.preventDefault();
5
+ e.stopPropagation();
6
+ }
7
8
+};
0 commit comments