Blame view

bower_components/iron-jsonp-library/README.md 377 Bytes
c5169e0e   Renato De Donato   a new hope
1
  # iron-jsonp-library
73bcce88   luigser   COMPONENTS
2
  
c5169e0e   Renato De Donato   a new hope
3
4
  `Polymer.IronJsonpLibraryBehavior` loads a jsonp library.
  Multiple components can request same library, only one copy will load.
73bcce88   luigser   COMPONENTS
5
  
c5169e0e   Renato De Donato   a new hope
6
7
  Some libraries require a specific global function be defined.
  If this is the case, specify the `callbackName` property.
73bcce88   luigser   COMPONENTS
8
  
c5169e0e   Renato De Donato   a new hope
9
10
  You should use an HTML Import to load library dependencies
  when possible instead of using this element.