Created
July 23, 2012 09:21
-
-
Save hojberg/3162764 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
// initiate the application loader | |
var appLoader = new Swipely.AppLoader({ | |
slowText: 'Hold tight, almost done...', | |
errorText: "Oh dear, we had a problem loading. We're sorry, please try again." | |
}); | |
// boot the application | |
YUI().use('partners:app', function (Y) { | |
new Y.Partners.App({ | |
container: Y.one("#partners_app"), | |
appLoader: appLoader | |
}).render(); | |
}); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment