Changes between Initial Version and Version 1 of 2017:notasDeDesarrollo


Ignore:
Timestamp:
Mar 6, 2017, 4:36:24 PM (7 years ago)
Author:
aaraujo
Comment:

creada con notas de desarrollo 2017

Legend:

Unmodified
Added
Removed
Modified
  • 2017:notasDeDesarrollo

    v1 v1  
     1
     2== Notas de Desarrollo ==
     3
     4
     5 [https://developers.google.com/loader/ Google Loader Developer's Guide]:
     6
     7{{{google.load(moduleName, moduleVersion, optionalSettings)}}} allows you to call individual APIs by version.
     8
     9''optionalSettings'' specifies all optional configuration options for the API you are loading as a JavaScript object literal. Different APIs have different options as listed in available APIs. The possible properties are:
     10   * callback: The function to call once the script has loaded. If using the Auto-loading feature, this must specify a function name, not a function reference.
     11
     12
     13
     14