Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-jsonp-library/iron-jsonp-library-extracted.js

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 (function() { 2 (function() {
3 "use strict"; 3 "use strict";
4 /** 4 /**
5 `Polymer.IronJsonpLibraryBehavior` loads a jsonp library. 5 `Polymer.IronJsonpLibraryBehavior` loads a jsonp library.
6 Multiple components can request same library, only one copy will load. 6 Multiple components can request same library, only one copy will load.
7 7
8 Some libraries require a specific global function be defined. 8 Some libraries require a specific global function be defined.
9 If this is the case, specify the `callbackName` property. 9 If this is the case, specify the `callbackName` property.
10 10
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 notifyEvent: String 218 notifyEvent: String
219 /** 219 /**
220 * event with name specified in 'notifyEvent' attribute 220 * event with name specified in 'notifyEvent' attribute
221 * will fire upon successful load 221 * will fire upon successful load
222 * @event `notifyEvent` 222 * @event `notifyEvent`
223 */ 223 */
224 224
225 } 225 }
226 }); 226 });
227 227
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698