Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 252 Bytes

naming_conventions.md

File metadata and controls

11 lines (10 loc) · 252 Bytes

Naming Conventions

  1. call_conf: when you call the api from some js on some html page e.g. var call_conf = { success: function () { // blabla } }; wx.getLocation(call_conf);