Subversion Repositories SmartDukaan

Rev

Rev 11731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11731 Rev 11938
Line 146... Line 146...
146
 
146
 
147
            snap : true,
147
            snap : true,
148
 
148
 
149
            onBeforeScrollStart : function(e) {
149
            onBeforeScrollStart : function(e) {
150
 
150
 
151
              console.log("onBeforeScrollStart");
-
 
152
 
151
 
153
              point = e.touches[0];
152
              point = e.touches[0];
154
 
153
 
155
              pointStartX = point.pageX;
154
              pointStartX = point.pageX;
156
 
155
 
Line 261... Line 260...
261
 
260
 
262
            snap : true,
261
            snap : true,
263
 
262
 
264
            onBeforeScrollStart : function(e) {
263
            onBeforeScrollStart : function(e) {
265
 
264
 
266
              console.log("onBeforeScrollStart");
-
 
267
 
265
 
268
              point = e.touches[0];
266
              point = e.touches[0];
269
 
267
 
270
              pointStartX = point.pageX;
268
              pointStartX = point.pageX;
271
 
269
 
Line 273... Line 271...
273
 
271
 
274
            },
272
            },
275
 
273
 
276
            onBeforeScrollMove : function(e) {
274
            onBeforeScrollMove : function(e) {
277
 
275
 
278
              console.log(e);
-
 
279
 
276
 
280
              point = e.touches[0];
277
              point = e.touches[0];
281
 
278
 
282
              //alert("onBeforeScrollMove");
279
              //alert("onBeforeScrollMove");
283
 
280
 
Line 331... Line 328...
331
  }
328
  }
332
  
329
  
333
  function imgDefault(){
330
  function imgDefault(){
334
    this.event.srcElement.src = base_url+'/assets/images/default-img.jpg';
331
    this.event.srcElement.src = base_url+'/assets/images/default-img.jpg';
335
  }
332
  }
336
     </script>
-
 
337
333
     </script>
-
 
334