Skip to content

Instantly share code, notes, and snippets.

@kadukf
Created November 21, 2013 21:26
Show Gist options
  • Save kadukf/7589968 to your computer and use it in GitHub Desktop.
Save kadukf/7589968 to your computer and use it in GitHub Desktop.
msWriteProfilerMark("ScriptLoading,Navigator-lazy,StartTM");
(function () {
"use strict";
var nav = WinJS.Navigation;
WinJS.Namespace.define("Application", {
PageControlNavigatorLazy: WinJS.Namespace._lazy(function () {
return WinJS.Class.define(
............
);
})
});
})();
msWriteProfilerMark("ScriptLoading,Navigator-lazy,StoptTM");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment