Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
s/whenImportsReady/whenReady
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Jun 24, 2014
1 parent 989cbe8 commit 8e8d01a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/HTMLImports.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,12 @@ if (useNative) {
scope.hasNative = hasNative;
scope.useNative = useNative;
scope.importer = importer;
scope.whenImportsReady = whenImportsReady;
scope.IMPORT_LINK_TYPE = IMPORT_LINK_TYPE;
scope.isImportLoaded = isImportLoaded;
scope.importLoader = importLoader;
scope.whenReady = whenImportsReady;

// deprecated
scope.whenImportsReady = whenImportsReady;

})(window.HTMLImports);

0 comments on commit 8e8d01a

Please sign in to comment.